We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5efece commit 5c38b4aCopy full SHA for 5c38b4a
composer.json
@@ -33,7 +33,7 @@
33
"ext-json": "*"
34
},
35
"require-dev" : {
36
- "friendsofphp/php-cs-fixer": "~2.16.1",
+ "friendsofphp/php-cs-fixer": "^2.16.3",
37
"phpstan/phpstan": "^0.12",
38
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0",
39
"evert/phpdoc-md" : "~0.1.0",
examples/groupwareserver.php
@@ -12,7 +12,7 @@
12
* statement.
13
*/
14
15
-/**
+/*
16
* UTC or GMT is easy to work with, and usually recommended for any
17
* application.
18
0 commit comments