Explorar o código

fix syntax error

walkor %!s(int64=9) %!d(string=hai) anos
pai
achega
fb43d937b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Lib/Constants.php

+ 1 - 1
Lib/Constants.php

@@ -27,7 +27,7 @@ define('WORKERMAN_CONNECT_FAIL', 1);
 define('WORKERMAN_SEND_FAIL', 2);
 
 // Compatible with php7
-if(!class_exists('Error''))
+if(!class_exists('Error'))
 {
     class Error extends Exception
     {