Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 2c1ef20

Browse files
committed
Removed default property value
Property is initialized in the constructor, so the default value was not even used.
1 parent 489d37b commit 2c1ef20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/ErrorResponseGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ErrorResponseGenerator
2222
/**
2323
* @var bool
2424
*/
25-
private $debug = false;
25+
private $debug;
2626

2727
/**
2828
* @var TemplateRendererInterface

0 commit comments

Comments
 (0)