Version 1
[yaffs-website] / vendor / symfony / class-loader / Tests / Fixtures / ClassesWithParents / BTrait.php
diff --git a/vendor/symfony/class-loader/Tests/Fixtures/ClassesWithParents/BTrait.php b/vendor/symfony/class-loader/Tests/Fixtures/ClassesWithParents/BTrait.php
new file mode 100644 (file)
index 0000000..7242a9f
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace ClassesWithParents;
+
+trait BTrait
+{
+    use ATrait;
+}