@@ -107,7 +107,7 @@ |
||
| 107 | 107 | if (!is_callable([$this, $method])) { |
| 108 | 108 | $class = get_class($this); |
| 109 | 109 | throw new \RuntimeException( |
| 110 | - "Event $eventKey can't invoke $class::$method(). Not callable.", |
|
| 110 | + "event $eventKey can't invoke $class::$method(). Not callable.", |
|
| 111 | 111 | 1428564865 |
| 112 | 112 | ); |
| 113 | 113 | } |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | /** |
| 20 | 20 | * @var \Phile\Bootstrap instance of Bootstrap class |
| 21 | 21 | */ |
| 22 | - static protected $instance = NULL; |
|
| 22 | + static protected $instance = null; |
|
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | 25 | * @var array the settings array |