File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ abstract class AbstractStream
30
30
31
31
private $ debug = '' ;
32
32
33
- public function write (string $ bytes , $ debug = true ): void
33
+ public function write (string $ bytes , bool $ debug = true ): void
34
34
{
35
35
if ($ debug ) {
36
36
foreach (explode ("\n" , trim ($ bytes )) as $ line ) {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ abstract class AbstractStream
30
30
31
31
private $ debug = '' ;
32
32
33
- public function write (string $ bytes , $ debug = true ): void
33
+ public function write (string $ bytes , bool $ debug = true ): void
34
34
{
35
35
if ($ debug ) {
36
36
foreach (explode ("\n" , trim ($ bytes )) as $ line ) {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ abstract class AbstractStream
30
30
31
31
private $ debug = '' ;
32
32
33
- public function write (string $ bytes , $ debug = true ): void
33
+ public function write (string $ bytes , bool $ debug = true ): void
34
34
{
35
35
if ($ debug ) {
36
36
foreach (explode ("\n" , trim ($ bytes )) as $ line ) {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ abstract class AbstractStream
30
30
31
31
private $ debug = '' ;
32
32
33
- public function write (string $ bytes , $ debug = true ): void
33
+ public function write (string $ bytes , bool $ debug = true ): void
34
34
{
35
35
if ($ debug ) {
36
36
foreach (explode ("\n" , trim ($ bytes )) as $ line ) {
You can’t perform that action at this time.
0 commit comments