Skip to content

Commit

Permalink
Revert "CS: fix casing of callback pseudotype"
Browse files Browse the repository at this point in the history
This reverts commit 30aeb0a.
  • Loading branch information
keradus authored and sebastianbergmann committed Oct 21, 2018
1 parent ce058e4 commit 85d697c
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 85d697c

Please sign in to comment.