We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -670,7 +670,7 @@ |
||
| 670 | 670 | } |
| 671 | 671 | } |
| 672 | 672 | |
| 673 | - return array_filter($allMdIds, function ($element) { |
|
| 673 | + return array_filter($allMdIds, function($element) { |
|
| 674 | 674 | return !empty($element); |
| 675 | 675 | }); |
| 676 | 676 | } |
@@ -670,7 +670,8 @@ |
||
| 670 | 670 | } |
| 671 | 671 | } |
| 672 | 672 | |
| 673 | - return array_filter($allMdIds, function ($element) { |
|
| 673 | + return array_filter($allMdIds, function ($element) |
|
| 674 | + { |
|
| 674 | 675 | return !empty($element); |
| 675 | 676 | }); |
| 676 | 677 | } |