Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 18, 2020
1 parent de47cce commit 7e8e3af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Responses/CreateOrderResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ final class CreateOrderResponse implements Response, ScalarValue

/**
* @phan-suppress PhanAccessReadOnlyMagicProperty
*
* @param mixed $value
*/
public static function withValue($value)
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Deserialization/ValidationErrorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ValidationErrorTest extends TestCase

public function test_it_deserializes()
{
/** @var ValidationError $error */
/** @var ValidationError $error */
$error = $this->getSerializer()->deserialize(self::EXAMPLE_ERROR, ValidationError::class);

$this->assertSame('FIELD_NOT_VALID', $error->getErrorCode());
Expand Down

0 comments on commit 7e8e3af

Please sign in to comment.