Skip to content

Commit be3df0f

Browse files
authored
Fix phpcs
1 parent eb598ad commit be3df0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Resolver/Toto.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public function resolve()
4747
/**
4848
* @return bool
4949
*/
50-
public function isEnabled() {
50+
public function isEnabled()
51+
{
5152
return $this->enabled;
5253
}
5354
}

0 commit comments

Comments
 (0)