Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / debug / Tests / Fixtures / FinalMethod.php
index 92ec421863f3f2795747b2fdc1783d155220f000..98a47524c43e627fbe97d1cfe7f43b46c90c1042 100644 (file)
@@ -11,6 +11,13 @@ class FinalMethod
     {
     }
 
+    /**
+     * @final
+     */
+    public function finalMethod2()
+    {
+    }
+
     public function anotherMethod()
     {
     }