Security update for Core, with self-updated composer
[yaffs-website] / vendor / webmozart / assert / .styleci.yml
index 92da20f44a7cdd6ea5d6ecb931eb7ca611104e68..c2ad4a57de7addc4218c22c61f78c2f1d0544bb1 100644 (file)
@@ -1,8 +1,11 @@
 preset: symfony
 
+finder:
+    exclude:
+        - "tests"
+
 enabled:
     - ordered_use
 
 disabled:
-    - empty_return
     - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198