CS: no whitespace before return type colon

This commit is contained in:
jrfnl
2021-08-08 19:41:03 +02:00
parent 2a1aba8089
commit a607236134
71 changed files with 522 additions and 522 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ final class PcreExceptionTest extends TestCase
* @covers ::createFromPhpError
* @dataProvider errorCodeProvider
*/
public function testErrorConversion(int $errorCode, string $message) : void
public function testErrorConversion(int $errorCode, string $message): void
{
$this->assertSame($message, PcreException::createFromPhpError($errorCode)->getMessage());
}
@@ -30,7 +30,7 @@ final class PcreExceptionTest extends TestCase
/**
* @return array<int, (string|int)[]>
*/
public function errorCodeProvider() : array
public function errorCodeProvider(): array
{
return [
[