Passed
Push — release/1.11.0 ( 94cc26 )
by Schlaefer
02:26
created
lib/Phile/Plugin/AbstractPlugin.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
         if (!is_callable([$this, $method])) {
118 118
             $class = get_class($this);
119 119
             throw new \RuntimeException(
120
-                "Event $eventKey can't invoke $class::$method(). Not callable.",
120
+                "event $eventKey can't invoke $class::$method(). Not callable.",
121 121
                 1428564865
122 122
             );
123 123
         }
Please login to merge, or discard this patch.
plugins/phile/parserMeta/tests/MetaTest.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 ---
19 19
 
20 20
 Page Content
21
-EOF;
21
+eof;
22 22
 
23 23
         $parser = new Meta([
24 24
             'fences' => ['yaml' => ['open' => '---', 'close' => '---']],
Please login to merge, or discard this patch.