This file contains hidden or 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
| [ | |
| { | |
| "quote": "Nie miej żalu do zmarłych, Harry. Miej żal do żywych, a najbardziej do tych, którzy żyją bez miłości.", | |
| "author": "Albus Dumbledore", | |
| "type": "neutral" | |
| }, | |
| { | |
| "quote": "Zło to zło, Stregoborze. Mniejsze, większe, średnie — wszystko jedno.", | |
| "author": "Geralt z Rivii", | |
| "type": "neutral" |
This file contains hidden or 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 | |
| declare(strict_types=1); | |
| use Rector\Config\RectorConfig; | |
| use Rector\Set\ValueObject\SetList; | |
| return static function (RectorConfig $rectorConfig): void { | |
| $paths = array_values(array_filter([ | |
| is_dir('src') ? 'src' : null, |
This file contains hidden or 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 | |
| declare(strict_types=1); | |
| use Rector\Config\RectorConfig; | |
| use Rector\Set\ValueObject\LevelSetList; | |
| return static function (RectorConfig $rectorConfig): void { | |
| $paths = array_values(array_filter([ | |
| is_dir('src') ? 'src' : null, |