Skip to content

Commit

Permalink
Add additional null typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed May 12, 2020
1 parent 82f7b02 commit 8481781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/src/Exception/FailedToGetFromRemoteUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class FailedToGetFromRemoteUrl extends RuntimeException implements FailedR
*
* This is not always set.
*
* @var int
* @var int|null
*/
private $statusCode;

Expand Down

0 comments on commit 8481781

Please sign in to comment.