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 36f544e commit fe53a33Copy full SHA for fe53a33
phpcs.xml.dist
@@ -164,4 +164,7 @@
164
165
<!-- Require visibility for class constants. -->
166
<rule ref="PSR12.Properties.ConstantVisibility"/>
167
+
168
+ <!-- Handle consistent formatting of return types. -->
169
+ <rule ref="PSR12.Functions.ReturnTypeDeclaration"/>
170
</ruleset>
src/Files/File.php
@@ -1229,7 +1229,7 @@ public function getFixedWarningCount()
1229
*
1230
* @return int
1231
*/
1232
- public function getFirstRunCount(string $type):int
+ public function getFirstRunCount(string $type): int
1233
{
1234
return $this->firstRunCounts[$type];
1235
0 commit comments