File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ interface Statuses
1111{
1212 public function __construct (Model $ model );
1313
14- public function hasUnknown (string $ status = null ): bool ;
14+ public function hasUnknown ($ status = null ): bool ;
1515
16- public function hasCreated (string $ status = null ): bool ;
16+ public function hasCreated ($ status = null ): bool ;
1717
18- public function hasFailed (string $ status = null ): bool ;
18+ public function hasFailed ($ status = null ): bool ;
1919
20- public function hasRefunded (string $ status = null ): bool ;
20+ public function hasRefunded ($ status = null ): bool ;
2121
22- public function hasRefunding (string $ status = null ): bool ;
22+ public function hasRefunding ($ status = null ): bool ;
2323
24- public function hasSuccess (string $ status = null ): bool ;
24+ public function hasSuccess ($ status = null ): bool ;
2525
26- public function inProgress (string $ status = null ): bool ;
26+ public function inProgress ($ status = null ): bool ;
2727}
You can’t perform that action at this time.
0 commit comments