Skip to content

Commit

Permalink
CS: fix casing of callback pseudotype
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Oct 6, 2018
1 parent 488da46 commit 30aeb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Framework/Assert.php
Original file line number Diff line number Diff line change
Expand Up @@ -2337,7 +2337,7 @@ public static function isTrue()
/**
* @param callable $callback
*
* @return Callback
* @return callback
*/
public static function callback($callback)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Framework/Assert/Functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ function attributeEqualTo($attributeName, $value, $delta = 0.0, $maxDepth = 10,
*
* @param callable $callback
*
* @return Callback
* @return callback
*/
function callback($callback)
{
Expand Down

0 comments on commit 30aeb0a

Please sign in to comment.