Completed
Push — master ( c5bd76...a04aa9 )
by Ivannis Suárez
04:38
created
Selectors.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      * @param string $method
86 86
      * @param array  $arguments
87 87
      *
88
-     * @return mixed
88
+     * @return Selectors
89 89
      */
90 90
     public static function __callStatic($method, $arguments)
91 91
     {
@@ -94,9 +94,8 @@  discard block
 block discarded – undo
94 94
 
95 95
     /**
96 96
      * @param string $method
97
-     * @param array  $args
98 97
      *
99
-     * @return mixed
98
+     * @return Selectors
100 99
      */
101 100
     public function __call($method, $arguments)
102 101
     {
Please login to merge, or discard this patch.