Skip to content

Commit

Permalink
updated phpstan command
Browse files Browse the repository at this point in the history
Signed-off-by: bidi <[email protected]>
  • Loading branch information
bidi47 committed Nov 25, 2024
1 parent b6b7166 commit a75940e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"serve": "php -S 0.0.0.0:8080 -t public/",
"static-analysis": "phpstan analyse",
"static-analysis": "phpstan analyse --memory-limit 1G",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"twig-cs-check": "vendor/bin/twig-cs-fixer lint --config=config/twig-cs-fixer.php",
Expand Down
1 change: 0 additions & 1 deletion src/App/templates/layout/default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<body class="app {% block body_class %}{% endblock %}">
<div id="wrapper">
<header class="app-header">

<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a href="/" class="navbar-brand">
Expand Down

0 comments on commit a75940e

Please sign in to comment.