apply PSR-12 rules
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
* @link http://www.oxidmodule.com
|
||||
*/
|
||||
|
||||
declare( strict_types = 1 );
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace D3\LinkmobilityClient\Tests\Response;
|
||||
|
||||
@ -72,8 +72,7 @@ abstract class AbstractResponse extends ApiTestCase
|
||||
"contentCategory" => "informational",
|
||||
"messageContent" => "fixture",
|
||||
"senderAddressType" => "international",
|
||||
]
|
||||
,
|
||||
],
|
||||
$this->callMethod(
|
||||
$response,
|
||||
'getContent'
|
||||
@ -213,4 +212,4 @@ abstract class AbstractResponse extends ApiTestCase
|
||||
'not successful'=> [false, 'fixtureMessage']
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user