jeckman / YouTube-Downloader

PHP script for downloading videos from youtube; also parsing youtube feed into RSS enclosures for podcatchers
GNU General Public License v2.0
895 stars 474 forks source link

PSR-2 Code Style #297

Closed Art4 closed 6 years ago

Art4 commented 6 years ago

I have changed the Code Style for all PHP files to fit PSR-2. This was done by using PHP-CS-Fixer.

I have also created a .php_cs.dist file for the PHP-CS-Fixer so we can simply run the following command to fit the PHP Styleguide.

php php-cs-fixer.phar fix