summaryrefslogtreecommitdiff
path: root/vendor/symfony/debug/Tests/Fixtures/FinalClass.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/debug/Tests/Fixtures/FinalClass.php')
-rw-r--r--vendor/symfony/debug/Tests/Fixtures/FinalClass.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/symfony/debug/Tests/Fixtures/FinalClass.php b/vendor/symfony/debug/Tests/Fixtures/FinalClass.php
new file mode 100644
index 00000000..2cf26b19
--- /dev/null
+++ b/vendor/symfony/debug/Tests/Fixtures/FinalClass.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace Symfony\Component\Debug\Tests\Fixtures;
+
+/**
+ * @final since version 3.3.
+ */
+class FinalClass
+{
+}