Skip to content

Commit f246801

Browse files
committed
[TASK] Add PHP_Codesniffer to CI checks
1 parent 7538c81 commit f246801

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
command:
106106
- composer:normalize
107107
- php:fixer
108+
- php:codesniffer
108109
- php:stan
109110
- php:rector
110111
php-version:

src/Settings.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* Parser settings class.
99
*
1010
* Configure parser behaviour here.
11+
*
12+
* This is a very very very very very very very very very very very very very very very very very very very very very very very very long line.
1113
*/
1214
class Settings
1315
{

0 commit comments

Comments
 (0)