Explorar el Código

Create phpstan.neon

Shlee hace 1 semana
padre
commit
d7a22998ec
Se han modificado 1 ficheros con 23 adiciones y 0 borrados
  1. 23 0
      phpstan.neon

+ 23 - 0
phpstan.neon

@@ -0,0 +1,23 @@
+includes:
+    - vendor/larastan/larastan/extension.neon
+
+parameters:
+    # Level 10 is the highest level
+    level: 1
+
+    paths:
+        - app/
+        - bootstrap/
+        - config/
+        - database/
+        - resources/
+        - routes/
+        - tests/
+
+    excludePaths:
+        - bootstrap/cache/*
+        - storage/
+        - vendor/
+
+#    ignoreErrors:
+#        - '#PHPDoc tag @var#'