Skip to content

Commit

Permalink
Expect: fixed phpdoc (nette#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleš authored and dg committed Jul 9, 2019
1 parent e59ca69 commit b314c64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Schema/Expect.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
* @method static Type float($default = null)
* @method static Type bool($default = null)
* @method static Type null()
* @method static Type array()
* @method static Type list()
* @method static Type mixed()
* @method static Type array($default = [])
* @method static Type list($default = [])
* @method static Type mixed($default = null)
* @method static Type email($default = null)
*/
final class Expect
Expand Down

0 comments on commit b314c64

Please sign in to comment.