Skip to content

Commit 0123c8d

Browse files
committed
cs
1 parent c06d1aa commit 0123c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Rector/ClassMethod/BehatPHPUnitAssertToWebmozartRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ final class BehatPHPUnitAssertToWebmozartRector extends AbstractRector
101101
'assertInstanceOf',
102102
'assertNotInstanceOf',
103103
'assertArrayHasKey',
104-
'assertArrayNotHasKey'
104+
'assertArrayNotHasKey',
105105
];
106106

107107
public function __construct(

0 commit comments

Comments
 (0)