We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7538c81 commit f246801Copy full SHA for f246801
2 files changed
.github/workflows/ci.yml
@@ -105,6 +105,7 @@ jobs:
105
command:
106
- composer:normalize
107
- php:fixer
108
+ - php:codesniffer
109
- php:stan
110
- php:rector
111
php-version:
src/Settings.php
@@ -8,6 +8,8 @@
8
* Parser settings class.
9
*
10
* 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.
13
*/
14
class Settings
15
{
0 commit comments