Completed
Push — master ( e10f18...83f77e )
by Guillaume
02:30
created
src/Timer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @param $name
187
+     * @param string $name
188 188
      * @param $value
189 189
      */
190 190
     public function updateProperty($name, $value)
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
     }
194 194
 
195 195
     /**
196
-     * @param  $name
196
+     * @param  string $name
197 197
      * @return mixed
198 198
      */
199 199
     private function getProperty($name)
Please login to merge, or discard this patch.
src/WorkflowHandler.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -104,7 +104,6 @@  discard block
 block discarded – undo
104 104
     /**
105 105
      * @param $service
106 106
      * @param null       $action
107
-     * @param null       $success
108 107
      */
109 108
     public function getNotification(array $results = [], $action = null)
110 109
     {
@@ -123,7 +122,7 @@  discard block
 block discarded – undo
123 122
 
124 123
     /**
125 124
      * @param $service
126
-     * @param null       $action
125
+     * @param string       $action
127 126
      * @param null       $success
128 127
      */
129 128
     public function getNotificationForService($service = null, $action = null, $success = null)
@@ -138,7 +137,7 @@  discard block
 block discarded – undo
138 137
     }
139 138
 
140 139
     /**
141
-     * @return mixed
140
+     * @return string
142 141
      */
143 142
     public function syncOnlineDataToLocalCache()
144 143
     {
@@ -154,7 +153,7 @@  discard block
 block discarded – undo
154 153
     }
155 154
 
156 155
     /**
157
-     * @param  $needle
156
+     * @param  string $needle
158 157
      * @return mixed
159 158
      */
160 159
     private function getItems($needle)
@@ -200,7 +199,7 @@  discard block
 block discarded – undo
200 199
 
201 200
     /**
202 201
      * @param  $service
203
-     * @return mixed
202
+     * @return string
204 203
      */
205 204
     private function syncServiceOnlineDataToLocalCache($service)
206 205
     {
Please login to merge, or discard this patch.