Skip to content

Commit 502bf90

Browse files
committed
more updates
1 parent ef7272a commit 502bf90

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor/
2-
node_modules/
2+
node_modules/
3+
composer.lock

Handler/Stdout.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Stdout extends StreamHandler
2323
*
2424
* We disable bubbling as this logger should be the only logger.
2525
*/
26-
protected $bubble = false;
26+
protected bool $bubble = false;
2727

2828
/**
2929
* @var int

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"repositories": [
5050
{
5151
"type": "composer",
52-
"url": "https://repo.magento.com/"
52+
"url": "https://mirror.mage-os.org/"
5353
}
5454
],
5555
"config": {

0 commit comments

Comments
 (0)