Skip to content

Commit b49c817

Browse files
author
Vincent Langlet
committed
💄 Fix lint
1 parent 44f56a9 commit b49c817

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Symfony3Custom/Sniffs/Errors/ExceptionMessageSniff.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ public function process(File $phpcsFile, $stackPtr)
4949
$phpcsFile->addError($error, $stackPtr, 'Invalid');
5050
}
5151
}
52-
5352
}

Symfony3Custom/Sniffs/Errors/UserDeprecatedSniff.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@ public function process(File $phpcsFile, $stackPtr)
6363
}
6464
} while ($opener < $closer);
6565
}
66-
6766
}

0 commit comments

Comments
 (0)