Explorar o código

Rename phpstan.neon to .dist

Joanhey %!s(int64=2) %!d(string=hai) anos
pai
achega
bdc3677232
Modificáronse 4 ficheiros con 3 adicións e 1 borrados
  1. 1 0
      .gitattributes
  2. 1 0
      .gitignore
  3. 1 1
      composer.json
  4. 0 0
      phpstan.neon.dist

+ 1 - 0
.gitattributes

@@ -3,3 +3,4 @@
 /.gitignore         export-ignore
 /phpunit.xml.dist   export-ignore
 /tests/             export-ignore
+/phpstan.neon.dist  export-ignore

+ 1 - 0
.gitignore

@@ -8,3 +8,4 @@ vendor/
 /.vscode
 composer.lock
 phpunit.xml
+/phpstan.neon

+ 1 - 1
composer.json

@@ -53,6 +53,6 @@
         }
     },
     "scripts": {
-        "analyse": "phpstan analyse -c phpstan.neon --memory-limit=-1"
+        "analyse": "phpstan"
     }
 }

+ 0 - 0
phpstan.neon → phpstan.neon.dist