Skip to content

Commit e1c7f42

Browse files
committed
Update README.md
1 parent 2abc6dc commit e1c7f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $error->showErrors()->showWarnings();
114114
error_reporting($error->toInt());
115115

116116
// check if warnings shown
117-
var_dump($error->isWarningsShown));
117+
var_dump($error->isWarningsShown());
118118

119119
// value may be set by mask
120120
// E_USER_ERROR | E_USER_WARNING is 256 + 512;

0 commit comments

Comments
 (0)