Version 1
[yaffs-website] / vendor / webmozart / assert / .styleci.yml
diff --git a/vendor/webmozart/assert/.styleci.yml b/vendor/webmozart/assert/.styleci.yml
new file mode 100644 (file)
index 0000000..92da20f
--- /dev/null
@@ -0,0 +1,8 @@
+preset: symfony
+
+enabled:
+    - ordered_use
+
+disabled:
+    - empty_return
+    - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198