From ce058e477c64841a4cdb88e1d2c6ac65ead163bc Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sat, 6 Oct 2018 10:48:21 +0200 Subject: [PATCH] CS: fix casing of callback pseudotype --- src/Framework/Assert.php | 2 +- src/Framework/Assert/Functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Framework/Assert.php b/src/Framework/Assert.php index 2196e7efff4..5ec847d0122 100644 --- a/src/Framework/Assert.php +++ b/src/Framework/Assert.php @@ -2337,7 +2337,7 @@ public static function isTrue() /** * @param callable $callback * - * @return Callback + * @return callback */ public static function callback($callback) { diff --git a/src/Framework/Assert/Functions.php b/src/Framework/Assert/Functions.php index 6b604f7c097..09bee2fde7f 100644 --- a/src/Framework/Assert/Functions.php +++ b/src/Framework/Assert/Functions.php @@ -1323,7 +1323,7 @@ function attributeEqualTo($attributeName, $value, $delta = 0.0, $maxDepth = 10, * * @param callable $callback * - * @return Callback + * @return callback */ function callback($callback) {