Completed
Pull Request — 1.x (#27)
by Akihito
02:03
created
src/RefreshAnnotatedCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * @param ResourceObject $resourceObject
66
-     * @param object         $annotation
66
+     * @param AbstractCommand         $annotation
67 67
      *
68 68
      * @return string
69 69
      */
Please login to merge, or discard this patch.
src/RefreshSameCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     /**
50 50
      * @param ResourceObject $resourceObject
51 51
      *
52
-     * @return array
52
+     * @return callable
53 53
      */
54 54
     private function getQuery(ResourceObject $resourceObject)
55 55
     {
Please login to merge, or discard this patch.