Completed
Push — master ( c49cbc...039121 )
by Timur
02:32
created
src/Commands/ResourceCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     /**
83 83
      * Set resource ID.
84 84
      *
85
-     * @param int|string $resourceId
85
+     * @param integer $resourceId
86 86
      *
87 87
      * @return static
88 88
      */
Please login to merge, or discard this patch.
src/Resource.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     /**
65 65
      * Initialize new resource.
66 66
      *
67
-     * @return mixed
67
+     * @return Resource
68 68
      */
69 69
     protected function initializeResource()
70 70
     {
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
     /**
144 144
      * Get resource data.
145 145
      *
146
-     * @param string|int $key
146
+     * @param string $key
147 147
      * @param mixed      $default = null
148 148
      *
149 149
      * @return mixed|null
Please login to merge, or discard this patch.