Add newlines and strict types check.

This commit is contained in:
James Cole
2020-12-22 05:35:06 +01:00
parent c7cf55b831
commit b263120c8f
48 changed files with 79 additions and 44 deletions

View File

@@ -65,4 +65,4 @@ interface RuleEngineInterface
*/
public function find(): Collection;
}
}

View File

@@ -424,4 +424,4 @@ class SearchRuleEngine implements RuleEngineInterface
return $all;
}
}
}