summaryrefslogtreecommitdiff
path: root/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php')
-rw-r--r--vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php b/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php
new file mode 100644
index 00000000..51fde5af
--- /dev/null
+++ b/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Symfony\Component\Debug\Tests\Fixtures;
+
+/**
+ * @deprecated but this is a test
+ * deprecation notice
+ * @foobar
+ */
+class DeprecatedClass
+{
+}