Skip to content

Commit a59e869

Browse files
authored
fix typo (#6870)
1 parent 078e2f9 commit a59e869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/TypeDeclaration/Rector/StmtsAwareInterface/DeclareStrictTypesRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function getNodeTypes(): array
122122
*/
123123
public function refactor(Node $node): ?Node
124124
{
125-
// workaroudn, as Rector now only hooks to specific nodes, not arrays
125+
// workaround, as Rector now only hooks to specific nodes, not arrays
126126
return null;
127127
}
128128

0 commit comments

Comments
 (0)