Skip to content

Commit a6574e7

Browse files
committed
Indent new PHP code in README
1 parent 2cde4fb commit a6574e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ False positive when a method does not execute declared function:
104104
*/
105105
public function createFnFoo(int $arg): callable
106106
{
107-
return function () {
107+
return function () {
108108
throw new FooRuntimeException();
109-
};
109+
};
110110
}
111111
```
112112

0 commit comments

Comments
 (0)