Skip to content
Snippets Groups Projects
Commit 7942c09f authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

cs fix

parent c357a302
No related branches found
No related tags found
No related merge requests found
Pipeline #36592 passed
......@@ -30,8 +30,6 @@ sast:
- php composer-setup.php
- php -r "unlink('composer-setup.php');"
- php composer.phar install -vv --prefer-dist --no-interaction --optimize-autoloader --no-scripts || echo "Composer install fail"
- curl -L https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.3/local-php-security-checker_2.0.3_linux_amd64 --output /bin/php-security-checker
- chmod 755 /bin/php-security-checker
.cache-pull-template: &cache-pull-definition
cache:
......@@ -82,6 +80,8 @@ check-security:
<<: *vendor-install-definition
<<: *cache-pull-definition
script:
- curl -L https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.3/local-php-security-checker_2.0.3_linux_amd64 --output /bin/php-security-checker
- chmod 755 /bin/php-security-checker
- /bin/php-security-checker
stage: quality-assurance
except:
......
......@@ -4,8 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
return new class() extends Migration {
/**
* Run the migrations.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment