Completed
Push — master ( 1d1f81...2a5ecd )
by Ronaldo
07:19
created
src/Resources/BaseResource.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -122,8 +122,8 @@  discard block
 block discarded – undo
122 122
 
123 123
 
124 124
     /**
125
-     * @param $key
126
-     * @param $value
125
+     * @param string $key
126
+     * @param integer $value
127 127
      */
128 128
     protected function setFieldDefault($key, $value)
129 129
     {
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
 
133 133
 
134 134
     /**
135
-     * @param null $key
135
+     * @param string $key
136 136
      * @return array|bool
137 137
      */
138 138
     protected function getFieldDefault($key = null)
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
 
160 160
 
161 161
     /**
162
-     * @param $id
162
+     * @param integer $id
163 163
      * @return object
164 164
      */
165 165
     public function find($id)
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
     
191 191
 
192 192
     /**
193
-     * @param null $endpoint
193
+     * @param string $endpoint
194 194
      * @return object
195 195
      */
196 196
     protected function __find($endpoint = null)
Please login to merge, or discard this patch.