Passed
Push — master ( c4286f...5969a6 )
by Oleg
04:27
created
mail/transport/TransportInjector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     /**
23 23
      * @access public
24
-     * @return ITransport
24
+     * @return \Micro\Mail\IMessage
25 25
      * @throws Exception
26 26
      */
27 27
     public function build()
Please login to merge, or discard this patch.
web/SessionInjector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     /**
23 23
      * @access public
24
-     * @return ISession
24
+     * @return string
25 25
      * @throws Exception
26 26
      */
27 27
     public function build()
Please login to merge, or discard this patch.
web/UserInjector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     /**
23 23
      * @access public
24
-     * @return IUser
24
+     * @return string
25 25
      * @throws Exception
26 26
      */
27 27
     public function build()
Please login to merge, or discard this patch.
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.