This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As an "External Tool" | |
---------------------- | |
Settings -> Tools -> External Tools | |
Create a new Tool called "CS-Fixer" | |
Program: Select your Docker executable | |
Arguments: run --rm -v $FilePath$:/$FileName$ cytopia/php-cs-fixer fix --rules=@PSR2 /$FileName$ | |
OK -> Done | |
As a "File Watcher" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* User: Martin Neundorfer | |
* Date: 11.03.2018 | |
* Time: 22:43 | |
* Vendor: LABOR.digital | |
*/ | |
namespace Labor\Lists; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* User: Martin Neundorfer and Arnfired Weber | |
* Date: 01.02.2018 | |
* Time: 10:54 | |
* Vendor: LABOR.digital | |
*/ | |
namespace Labor\X\Utilities\Arrays\Helpers; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* User: Martin Neundorfer | |
* Date: 19.01.2018 | |
* Time: 13:28 | |
* Vendor: LABOR.digital | |
*/ | |
/** | |
* Converts a fontastic css file into a list of variables |