Skip to content

Commit

Permalink
Use null|type instead of ?type in PHPDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ntzm committed Feb 7, 2018
1 parent f67918e commit 5da8956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FileReader.php
Expand Up @@ -24,12 +24,12 @@
final class FileReader
{
/**
* @var ?self
* @var null|self
*/
private static $instance;

/**
* @var ?string
* @var null|string
*/
private $stdinContent;

Expand Down

0 comments on commit 5da8956

Please sign in to comment.