Skip to content

Commit 5c38b4a

Browse files
committedApr 22, 2020
Bump minimum php-cs-fixer version and adjust format of comment
1 parent f5efece commit 5c38b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ext-json": "*"
3434
},
3535
"require-dev" : {
36-
"friendsofphp/php-cs-fixer": "~2.16.1",
36+
"friendsofphp/php-cs-fixer": "^2.16.3",
3737
"phpstan/phpstan": "^0.12",
3838
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0",
3939
"evert/phpdoc-md" : "~0.1.0",

‎examples/groupwareserver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* statement.
1313
*/
1414

15-
/**
15+
/*
1616
* UTC or GMT is easy to work with, and usually recommended for any
1717
* application.
1818
*/

0 commit comments

Comments
 (0)