Skip to content

Commit 14c324b

Browse files
committed
Fixed build
1 parent 5ec4cd4 commit 14c324b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/Sniffs/ControlStructures/data/newWithParenthesesErrors.fixed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // lint >= 8.0
22

33
$foo = new \DateTimeImmutable();
44

tests/Sniffs/ControlStructures/data/newWithParenthesesErrors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // lint >= 8.0
22

33
$foo = new \DateTimeImmutable;
44

tests/Sniffs/ControlStructures/data/newWithParenthesesNoErrors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // lint >= 8.0
22

33
$foo = new \DateTimeImmutable();
44

0 commit comments

Comments
 (0)