Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Passed
Pull Request — master (#265)
by Jérémiah
12:14
created
Tests/ExpressionLanguage/TestCase.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -30,6 +30,10 @@
 block discarded – undo
30 30
      */
31 31
     abstract protected function getFunctions();
32 32
 
33
+    /**
34
+     * @param string $expression
35
+     * @param \PHPUnit\Framework\MockObject\Matcher\InvokedCount $expects
36
+     */
33 37
     protected function assertExpressionCompile($expression, $with, array $expressionValues = [], $expects = null, $return = true, $assertMethod = 'assertTrue')
34 38
     {
35 39
         // container var is needed by eval
Please login to merge, or discard this patch.