Completed
Push — master ( fc7317...06e7b1 )
by Ronaldo
12:45
created
src/Resources/BaseResource.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -79,8 +79,8 @@  discard block
 block discarded – undo
79 79
 
80 80
 
81 81
     /**
82
-     * @param $key
83
-     * @param $value
82
+     * @param string $key
83
+     * @param integer $value
84 84
      */
85 85
     protected function setFieldDefault($key, $value)
86 86
     {
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 
90 90
 
91 91
     /**
92
-     * @param null $key
92
+     * @param string $key
93 93
      * @return array|bool
94 94
      */
95 95
     protected function getFieldDefault($key = null)
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace WSW\LojaIntegrada\Resources;
4 4
 
5
-use WSW\LojaIntegrada\Credentials;
5
+use Cake\Validation\Validator;
6 6
 use WSW\LojaIntegrada\Client\Client;
7 7
 use WSW\LojaIntegrada\Client\LojaIntegradaException;
8
-use Cake\Validation\Validator;
8
+use WSW\LojaIntegrada\Credentials;
9 9
 
10 10
 /**
11 11
  * Class BaseResource
Please login to merge, or discard this patch.