Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseiTarzan committed Dec 3, 2023
1 parent 4502f2f commit c87ba51
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions build/symply/generate-symply-yml-property-consts.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
<?php

/*
*
* _____ _
* / ___| | |
* \ `--. _ _ _ __ ___ _ __ | |_ _
* `--. \ | | | '_ ` _ \| '_ \| | | | |
* /\__/ / |_| | | | | | | |_) | | |_| |
* \____/ \__, |_| |_| |_| .__/|_|\__, |
* __/ | | | __/ |
* |___/ |_| |___/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* @author Symply Team
* @link http://www.symplymc.com/
*
*
*/

declare(strict_types=1);

Expand Down

0 comments on commit c87ba51

Please sign in to comment.