Skip to content

Commit

Permalink
Merge pull request #14 from Tucker-Eric/analysis-8bDaeY
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
Tucker-Eric committed Aug 9, 2016
2 parents ac490c4 + 0f86fec commit 4b05b0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Filterable.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function getModelFilterClass()
}

/**
* WHERE $column LIKE %$value% query
* WHERE $column LIKE %$value% query.
*
* @param $query
* @param $column
Expand All @@ -121,7 +121,7 @@ public function scopeWhereLike($query, $column, $value, $boolean = 'and')
}

/**
* WHERE $column LIKE $value% query
* WHERE $column LIKE $value% query.
*
* @param $query
* @param $column
Expand All @@ -135,7 +135,7 @@ public function scopeWhereBeginsWith($query, $column, $value, $boolean = 'and')
}

/**
* WHERE $column LIKE %$value query
* WHERE $column LIKE %$value query.
*
* @param $query
* @param $column
Expand Down

0 comments on commit 4b05b0d

Please sign in to comment.