From 85d697c6a4a501f5c5e666050ce3935c950a29e1 Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sun, 21 Oct 2018 02:47:20 +0200 Subject: [PATCH] Revert "CS: fix casing of callback pseudotype" This reverts commit 30aeb0a4ece9f0aa98eba4bb0c4620547b2eb900. --- 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 5ec847d0122..2196e7efff4 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 09bee2fde7f..6b604f7c097 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) {