Bump larastan (#13071)

* Bump larastan

* Use php7.4 for lint test
This commit is contained in:
Jellyfrog
2021-07-26 09:00:34 -05:00
committed by GitHub
co-authored by GitHub
parent ae2b761e94
commit e873768845
23 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -651,7 +651,7 @@ class ModuleTestHelper
$module_output = [];
$module_start = "#### Load $type module ";
$module_end = "#### Unload $type module %s ####";
$parts = explode($module_start, $output); /* @phpstan-ignore-line */
$parts = explode($module_start, $output);
array_shift($parts); // throw away first part of output
foreach ($parts as $part) {
// find the module name