Completed
Push — develop ( 4593a9...5b5257 )
by greg
04:15
created
src/Entity/Entry.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@  discard block
 block discarded – undo
247 247
     }
248 248
 
249 249
     /**
250
-     * @param field_type $geoloc
250
+     * @param string $geoloc
251 251
      */
252 252
     public function setGeoloc($geoloc)
253 253
     {
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
     }
326 326
 
327 327
     /**
328
-     * @return boolean active
328
+     * @return integer active
329 329
      */
330 330
     public function getActive()
331 331
     {
Please login to merge, or discard this patch.
src/View/Helper/GameWidget.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
      * __invoke
22 22
      *
23 23
      * @access public
24
-     * @param  array  $options array of options
25 24
      * @return string
26 25
      */
27 26
     public function __invoke($displayHome = null, $classType = '', $order = '', $dir = 'DESC', $nbItems = 5)
Please login to merge, or discard this patch.