Skip to content

Commit dcfadb4

Browse files
committed
fix - invalid php version
1 parent c832e70 commit dcfadb4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
//passes:MergeNamespaceWithOpenTag,NoSpaceAfterPHPDocBlocks,StripNewlineAfterCurlyOpen,StripNewlineAfterClassOpen,PrettyPrintDocBlocks,AlignTypehint,AlignDoubleSlashComments,GeneratePHPDoc,OrderMethod,DocBlockToComment,StrictComparison,WordWrap,PSR2EmptyFunction
3-
//version:7
3+
//version:8
44
$a . $b;
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
32
//passes:MergeNamespaceWithOpenTag,NoSpaceAfterPHPDocBlocks,StripNewlineAfterCurlyOpen,StripNewlineAfterClassOpen,PrettyPrintDocBlocks,AlignTypehint,AlignDoubleSlashComments,GeneratePHPDoc,OrderMethod,DocBlockToComment,StrictComparison,WordWrap,PSR2EmptyFunction
4-
//version:7
3+
//version:8
54
$a . $b;

0 commit comments

Comments
 (0)