apply PSR-12 rules

This commit is contained in:
2022-07-13 10:41:23 +02:00
parent fd8a3c93ad
commit 2acb1c9fb6
40 changed files with 213 additions and 198 deletions

View File

@ -13,7 +13,7 @@
* @link http://www.oxidmodule.com
*/
declare( strict_types = 1 );
declare(strict_types=1);
namespace D3\LinkmobilityClient\Tests\Request;
@ -554,4 +554,4 @@ abstract class AbstractRequest extends ApiTestCase
$this->checkGetterSetter($clientMock, 'setClient', 'getClient');
}
}
}