We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f231da2 commit d317446Copy full SHA for d317446
2 files changed
README.md
@@ -145,3 +145,4 @@ MIT License
145
It returns just null.
146
- Upcoming date: [Ver.33]
147
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
@@ -152,7 +152,7 @@ class CommunicationProvider
152
* @var bool
153
* @ignore
154
*/
155
- public bool $isDebug;
+ public bool $isDebug = false;
156
/**
157
158
0 commit comments