We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7272a commit 502bf90Copy full SHA for 502bf90
.gitignore
@@ -1,2 +1,3 @@
1
/vendor/
2
-node_modules/
+node_modules/
3
+composer.lock
Handler/Stdout.php
@@ -23,7 +23,7 @@ class Stdout extends StreamHandler
23
*
24
* We disable bubbling as this logger should be the only logger.
25
*/
26
- protected $bubble = false;
+ protected bool $bubble = false;
27
28
/**
29
* @var int
composer.json
@@ -49,7 +49,7 @@
49
"repositories": [
50
{
51
"type": "composer",
52
- "url": "https://repo.magento.com/"
+ "url": "https://mirror.mage-os.org/"
53
}
54
],
55
"config": {
0 commit comments