php cs fixes

This commit is contained in:
Julie Lenaerts 2024-04-24 12:28:55 +02:00
parent 7b25c8e390
commit adca4f0d6a
4 changed files with 36 additions and 30 deletions

View File

@ -76,7 +76,7 @@ class ChillJobExtension extends Extension implements PrependExtensionInterface
'template' => '@ChillPerson/CRUD/edit.html.twig',
],
],*/
]
],
],
]);
}

View File

@ -2,6 +2,13 @@
declare(strict_types=1);
/*
* Chill is a software for social workers
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;

View File

@ -37,7 +37,6 @@ final class Version20200113104411 extends AbstractMigration
$this->addSql('CREATE TABLE chill_csconnectes.cv_formation (id INT NOT NULL, title TEXT NOT NULL, startDate DATE DEFAULT NULL, endDate DATE DEFAULT NULL, diplomaObtained VARCHAR(255) DEFAULT NULL, diplomaReconnue VARCHAR(50) DEFAULT NULL, organisme TEXT DEFAULT NULL, CV_id INT DEFAULT NULL, PRIMARY KEY(id))');
$this->addSql('CREATE INDEX IDX_20BE09E2AE1799D8 ON chill_csconnectes.cv_formation (CV_id)');
$this->addSql('ALTER TABLE chill_csconnectes.cv_formation ADD CONSTRAINT FK_20BE09E2AE1799D8 FOREIGN KEY (CV_id) REFERENCES chill_csconnectes.cv (id) NOT DEFERRABLE INITIALLY IMMEDIATE');
}
public function down(Schema $schema): void