summaryrefslogtreecommitdiff
path: root/vendor/symfony/debug/Tests/Fixtures/SubClassWithAnnotatedParameters.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/debug/Tests/Fixtures/SubClassWithAnnotatedParameters.php')
-rw-r--r--vendor/symfony/debug/Tests/Fixtures/SubClassWithAnnotatedParameters.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/symfony/debug/Tests/Fixtures/SubClassWithAnnotatedParameters.php b/vendor/symfony/debug/Tests/Fixtures/SubClassWithAnnotatedParameters.php
index 20358e96de..5d05d79835 100644
--- a/vendor/symfony/debug/Tests/Fixtures/SubClassWithAnnotatedParameters.php
+++ b/vendor/symfony/debug/Tests/Fixtures/SubClassWithAnnotatedParameters.php
@@ -21,4 +21,12 @@ class SubClassWithAnnotatedParameters extends ClassWithAnnotatedParameters imple
public function whereAmI()
{
}
+
+ /**
+ * @param $defined
+ * @param Type\Does\Not\Matter $definedCallable
+ */
+ public function iAmHere()
+ {
+ }
}