StyleCI cleanup

This commit is contained in:
Dane Everitt 2017-03-12 16:34:43 -04:00
parent 37a723aa58
commit 1897741381
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
10 changed files with 17 additions and 36 deletions

View file

@ -8,7 +8,7 @@ use Illuminate\Database\Migrations\Migration;
class MoveFunctionsFromFileToDatabase extends Migration
{
private $default = <<<EOF
private $default = <<<'EOF'
'use strict';
/**
@ -43,7 +43,7 @@ class Service extends Core {}
module.exports = Service;
EOF;
private $default_mc = <<<EOF
private $default_mc = <<<'EOF'
'use strict';
/**