Passed
Push — master ( d77229...10f6f8 )
by Marc
02:19
created
lib/PhpFlo/Common/ComponentInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     /**
39 39
      * Detach all sockets, disconnect all ports.
40 40
      *
41
-     * @return ComponentInterface;
41
+     * @return ComponentTrait
42 42
      */
43 43
     public function shutdown();
44 44
 }
Please login to merge, or discard this patch.
lib/PhpFlo/Common/ComponentTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @return ComponentInterface
71
+     * @return ComponentTrait
72 72
      */
73 73
     public function shutdown()
74 74
     {
Please login to merge, or discard this patch.