summaryrefslogtreecommitdiff
path: root/vendor/symfony/debug/Tests/Fixtures/InterfaceWithAnnotatedParameters.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/debug/Tests/Fixtures/InterfaceWithAnnotatedParameters.php')
-rw-r--r--vendor/symfony/debug/Tests/Fixtures/InterfaceWithAnnotatedParameters.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/symfony/debug/Tests/Fixtures/InterfaceWithAnnotatedParameters.php b/vendor/symfony/debug/Tests/Fixtures/InterfaceWithAnnotatedParameters.php
index 54abd68efa..86593db124 100644
--- a/vendor/symfony/debug/Tests/Fixtures/InterfaceWithAnnotatedParameters.php
+++ b/vendor/symfony/debug/Tests/Fixtures/InterfaceWithAnnotatedParameters.php
@@ -11,4 +11,17 @@ interface InterfaceWithAnnotatedParameters
* @param bool $matrix
*/
public function whereAmI();
+
+ /**
+ * @param $noType
+ * @param callable(\Throwable|null $reason, mixed $value) $callback and a comment
+ * about this great param
+ * @param string $param (comment with $dollar)
+ * @param $defined
+ * @param callable ($a, $b) $anotherOne
+ * @param callable (mixed $a, $b) $definedCallable
+ * @param Type$WithDollarIsStillAType $ccc
+ * @param \JustAType
+ */
+ public function iAmHere();
}