File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,6 @@ class Stdout extends StreamHandler
17
17
*/
18
18
private $ deploymentConfig ;
19
19
20
- /**
21
- * Log stack bubbling
22
- * See: https://github.com/Seldaek/monolog
23
- *
24
- * We disable bubbling as this logger should be the only logger.
25
- */
26
- protected $ bubble = false ;
27
-
28
20
/**
29
21
* @var int
30
22
*/
@@ -36,6 +28,14 @@ class Stdout extends StreamHandler
36
28
*/
37
29
public function __construct (DeploymentConfig $ deploymentConfig )
38
30
{
31
+ /**
32
+ * Log stack bubbling
33
+ * See: https://github.com/Seldaek/monolog
34
+ *
35
+ * We disable bubbling as this logger should be the only logger.
36
+ */
37
+ $ this ->bubble = false ;
38
+
39
39
$ this ->deploymentConfig = $ deploymentConfig ;
40
40
41
41
if ($ this ->deploymentConfig ->isAvailable () && $ this ->isDebugLoggingEnabled ()) {
You can’t perform that action at this time.
0 commit comments