Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit ddb03b6

Browse files
author
Raül Pérez
committed
Check for docblocks
1 parent 1ca745d commit ddb03b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cs: lint
22
./vendor/bin/phpcbf --standard=PSR2 src tests examples
33
./vendor/bin/phpcs --standard=PSR2 --warning-severity=0 src tests examples
4+
./vendor/bin/phpcs --standard=Squiz --sniffs=Squiz.Commenting.FunctionComment,Squiz.Commenting.FunctionCommentThrowTag,Squiz.Commenting.ClassComment,Squiz.Commenting.FileComment,Squiz.Commenting.VariableComment src tests examples
45

56
test:
67
./vendor/bin/phpunit

0 commit comments

Comments
 (0)