Completed
Pull Request — master (#285)
by Frank
11:57
created
lib/Phile/Plugin/AbstractPlugin.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.
lib/Phile/Bootstrap.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.