Skip to content

Commit fe2e2ab

Browse files
committed
Fixed CS issues
1 parent 51ab96a commit fe2e2ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AppBundle/Repository/PostRepository.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private function createPaginator(Query $query, $page)
6262

6363
/**
6464
* @param string $rawQuery The search query as input by the user
65-
* @param int $limit The maximum number of results returned
65+
* @param int $limit The maximum number of results returned
6666
*
6767
* @return array
6868
*/
@@ -92,7 +92,7 @@ public function findBySearchQuery($rawQuery, $limit = Post::NUM_ITEMS)
9292
}
9393

9494
/**
95-
* Removes all non-alphanumeric characters except whitespaces
95+
* Removes all non-alphanumeric characters except whitespaces.
9696
*
9797
* @param string $query
9898
*
@@ -106,7 +106,7 @@ private function sanitizeSearchQuery($query)
106106
/**
107107
* Splits the search query into terms and removes the ones which are irrelevant.
108108
*
109-
* @param string $query
109+
* @param string $searchQuery
110110
*
111111
* @return array
112112
*/

0 commit comments

Comments
 (0)