Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dirx committed Jan 20, 2023
1 parent 9a1045a commit 830a310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Adapter/PHPCParser/TypesCollectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function testCollect(): void
(new Function_(
(new CharPointer(new Builtin('char')))->withConst(true),
[
'arg1' =>(new CharPointer(new Builtin('char')))->withConst(true),
'arg1' => (new CharPointer(new Builtin('char')))->withConst(true),
'arg2' => new CharPointer(new Builtin('char')),
],
false
Expand Down

0 comments on commit 830a310

Please sign in to comment.