Skip to content

Commit 2abc6dc

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

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
@@ -84,7 +84,7 @@ class PhpError extends \Sokil\Bitmap
8484
* Hide warnings
8585
* Set second bit, which represents E_WARNING, to "0"
8686
*/
87-
public function showWarnings()
87+
public function hideWarnings()
8888
{
8989
$this->unsetBit(1);
9090
return $this;

0 commit comments

Comments
 (0)