Passed
Push — master ( 29fe5f...ea361d )
by Oleg
04:43
created
mvc/views/PhpView.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
         if ($this->layout && (!$layoutPath = $this->getLayoutFile((new KernelInjector)->get()->getAppDir(),
92 92
                 $this->module))
93 93
         ) {
94
-            (new LoggerInjector)->build()->send('error', 'Layout `' . $this->layout . '` not found');
94
+            (new LoggerInjector)->build()->send('error', 'Layout `'.$this->layout.'` not found');
95 95
         }
96 96
 
97 97
         if ($layoutPath) {
Please login to merge, or discard this patch.
base/Injector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      *
60 60
      * @access public
61 61
      * @param string $name
62
-     * @param mixed $component
62
+     * @param Dispatcher $component
63 63
      * @return void
64 64
      */
65 65
     public function addRequirement($name, $component)
Please login to merge, or discard this patch.