Skip to content

Commit b9e6898

Browse files
committed
csfix
1 parent 11af2c2 commit b9e6898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Definition/Source/DefinitionGlob.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ public function __construct(
2828
) {
2929
}
3030

31-
public function setAutowiring(Autowiring $autowiring): void
31+
public function setAutowiring(Autowiring $autowiring) : void
3232
{
3333
$this->autowiring = $autowiring;
3434
}
3535

36-
public function getDefinition(string $name): Definition|null
36+
public function getDefinition(string $name) : Definition|null
3737
{
3838
$this->initialize();
3939

@@ -50,7 +50,7 @@ public function getDefinitions() : array
5050
/**
5151
* Lazy-loading of the definitions.
5252
*/
53-
private function initialize(): void
53+
private function initialize() : void
5454
{
5555
if ($this->initialized === true) {
5656
return;

0 commit comments

Comments
 (0)