Skip to content

Commit

Permalink
updated PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinder Reinders committed Oct 25, 2016
1 parent fbfc60a commit 4468100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/build/logs/
/build/pdepend/
/build/coverage/
/cache.properties
6 changes: 3 additions & 3 deletions src/BinaryFlags.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ abstract class BinaryFlags

/**
* Initiate class
* @param int [$mask]
* @param callable [$onModify]
* @param int [$mask = 0]
* @param callable [$onModify = null]
*/
public function __construct($mask = 0, callable $onModify = null)
{
Expand All @@ -107,7 +107,7 @@ public function __construct($mask = 0, callable $onModify = null)
* Check mask against constants
* and return the names or descriptions in a comma separated string or as array
*
* @param int [$mask = 0]
* @param int [$mask = null]
* @param bool [$asArray = false]
* @return string|array
*/
Expand Down

0 comments on commit 4468100

Please sign in to comment.