Skip to content

Commit fe42953

Browse files
author
Théo FIDRY
committed
Fix CS
1 parent 4d98a17 commit fe42953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/special-keywords/self-static-parent-method.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function getName() : string
9191
{
9292
return $this->name;
9393
}
94-
public function create(): self
94+
public function create() : self
9595
{
9696
return new static();
9797
return new self();
@@ -191,7 +191,7 @@ public function getName() : string
191191
{
192192
return $this->name;
193193
}
194-
public function create(): self
194+
public function create() : self
195195
{
196196
return new static();
197197
return new self();

0 commit comments

Comments
 (0)