Completed
Push — master ( 0375a2...821836 )
by Ivannis Suárez
02:49
created
Selector.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     /**
171 171
      * @param SelectorInterface|mixed $value
172 172
      *
173
-     * @return \Cubiche\Domain\Specification\Constraint\GreaterThan
173
+     * @return GreaterThan
174 174
      */
175 175
     public function gt($value)
176 176
     {
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
     /**
283 283
      * @param SelectorInterface|mixed $value
284 284
      *
285
-     * @return \Cubiche\Core\Specification\SelectorInterface
285
+     * @return SelectorInterface
286 286
      */
287 287
     protected function createSelector($value)
288 288
     {
Please login to merge, or discard this patch.