Skip to content

Commit 5bc403d

Browse files
CS fix
1 parent 478af36 commit 5bc403d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Compiler/AbstractRecursivePass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ protected function getConstructor(Definition $definition, bool $required)
175175
}
176176

177177
/**
178-
* @throws RuntimeException
179-
*
180178
* @return \ReflectionFunctionAbstract
179+
*
180+
* @throws RuntimeException
181181
*/
182182
protected function getReflectionMethod(Definition $definition, string $method)
183183
{

Loader/YamlFileLoader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,9 +707,9 @@ private function parseDefinition(string $id, $service, string $file, array $defa
707707
*
708708
* @param string|array $callable A callable reference
709709
*
710-
* @throws InvalidArgumentException When errors occur
711-
*
712710
* @return string|array|Reference
711+
*
712+
* @throws InvalidArgumentException When errors occur
713713
*/
714714
private function parseCallable($callable, string $parameter, string $id, string $file)
715715
{

0 commit comments

Comments
 (0)