Skip to content

Commit 59e085f

Browse files
Merge branch '5.3' into 5.4
* 5.3: [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI [VarDumper] add more "transient-on-macos" groups
2 parents f2060df + 6414788 commit 59e085f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/PhpFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ private function executeCallback(callable $callback, ContainerConfigurator $cont
137137
default:
138138
try {
139139
$configBuilder = $this->configBuilder($type);
140-
} catch (InvalidArgumentException | \LogicException $e) {
140+
} catch (InvalidArgumentException|\LogicException $e) {
141141
throw new \InvalidArgumentException(sprintf('Could not resolve argument "%s" for "%s".', $type.' $'.$parameter->getName(), $path), 0, $e);
142142
}
143143
$configBuilders[] = $configBuilder;

0 commit comments

Comments
 (0)