Version 1
[yaffs-website] / vendor / symfony / class-loader / Tests / Fixtures / Namespaced / WithStrictTypes.php
diff --git a/vendor/symfony/class-loader/Tests/Fixtures/Namespaced/WithStrictTypes.php b/vendor/symfony/class-loader/Tests/Fixtures/Namespaced/WithStrictTypes.php
new file mode 100644 (file)
index 0000000..846611e
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+/*
+ * foo
+ */
+
+declare(strict_types=1);
+
+namespace Namespaced;
+
+class WithStrictTypes
+{
+}