Skip to content

Commit d317446

Browse files
committed
Set the initial value of debug prop to false.
1 parent f231da2 commit d317446

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,4 @@ MIT License
145145
It returns just null.
146146
- Upcoming date: [Ver.33]
147147
The query method supports date format parameter (Thanks to @stathisaska).
148+
The debug property of the CommunicationProvider class initializes the bool false value (Thanks to Bernhard).

src/Supporting/CommunicationProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class CommunicationProvider
152152
* @var bool
153153
* @ignore
154154
*/
155-
public bool $isDebug;
155+
public bool $isDebug = false;
156156
/**
157157
* @var bool
158158
* @ignore

0 commit comments

Comments
 (0)