Completed
Branch master (7acd91)
by Jhorman Alexander
06:42
created
src/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      *
45 45
      * @param  array $array
46 46
      * @param  array $keys
47
-     * @param  mixed $default
47
+     * @param  string $default
48 48
      * @param  array
49 49
      */
50 50
     function array_only_filler($array, $keys = [], $default = NULL){
Please login to merge, or discard this patch.
src/Searchzy.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -239,7 +239,6 @@  discard block
 block discarded – undo
239 239
      * Parsea los constraints asociadas a una relación del Modelo.
240 240
      *
241 241
      * @param  array  $relations
242
-     * @param  string $property
243 242
      * @return void
244 243
      */
245 244
     protected function addRelationConstraints(array $relations){
@@ -297,7 +296,6 @@  discard block
 block discarded – undo
297 296
     /**
298 297
      * Parsea los inputs con el valor de la keyword.
299 298
      *
300
-     * @param  string $keyword
301 299
      * @return array
302 300
      */
303 301
     protected function getInputsKeyword(){
@@ -345,7 +343,6 @@  discard block
 block discarded – undo
345 343
     /**
346 344
      * Obtiene los inputs del Modelo de la URL.
347 345
      *
348
-     * @param   array $params
349 346
      * @return  array
350 347
      */
351 348
     public function paramsURL($extraParams = []){
@@ -374,7 +371,6 @@  discard block
 block discarded – undo
374 371
      *
375 372
      * @link    (https://timacdonald.me/query-scopes-meet-action-scopes/)
376 373
      * @param   Builder $query
377
-     * @param   array   $params
378 374
      * @return  array
379 375
      */
380 376
     public function scopeSearchzyInputs($query, $extraParams = [], $fillable = '') : array {
Please login to merge, or discard this patch.