Skip to content

Commit

Permalink
fix order of phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Jan 9, 2019
1 parent 63afff6 commit 25a7855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Schema/Element/AbstractElementSingle.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AbstractElementSingle extends Item implements ElementSingle
protected $nil = false;

/**
* @var null|string
* @var string|null
*/
protected $default = null;

Expand Down

0 comments on commit 25a7855

Please sign in to comment.