And more linting.
This commit is contained in:
parent
9a68d7ac98
commit
204ea1d239
2 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@
|
|||
class SearchTermParseEvent extends Event {
|
||||
/** @var null|string */
|
||||
public $term = null;
|
||||
/** @var null */
|
||||
/** @var string[] */
|
||||
public $context = array();
|
||||
/** @var \Querylet[] */
|
||||
public $querylets = array();
|
||||
|
|
|
@ -242,7 +242,7 @@ class Ratings extends Extension {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param $context
|
||||
* @param string[] $context
|
||||
* @return bool
|
||||
*/
|
||||
private function no_rating_query($context) {
|
||||
|
|
Reference in a new issue