Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit bc23c90

Browse files
Andrey HelldarStyleCIBot
Andrey Helldar
authored andcommitted
Apply fixes from StyleCI
1 parent 8cb7fbb commit bc23c90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Services/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Response
1212
/** @var array */
1313
protected $with = [];
1414

15-
/** @var null|string|int|array|object */
15+
/** @var array|int|object|string|null */
1616
protected $data = null;
1717

1818
/** @var bool */

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* Return a new response from the application.
88
*
9-
* @param null|mixed $data
9+
* @param mixed|null $data
1010
* @param int $status_code
1111
* @param array $headers
1212
* @param array $with

0 commit comments

Comments
 (0)