エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
A pre-commit hook to make PHP code PSR-2 compliant, check for syntax error
php-cs-fixer-pre-commit.php P���gU #!/usr/bin/php <?php /** * .git/hooks/pre-commit * * This pre-... php-cs-fixer-pre-commit.php P���gU #!/usr/bin/php <?php /** * .git/hooks/pre-commit * * This pre-commit hooks will check for PHP error (lint), and make sure the code * is PSR compliant. * * Dependecy: PHP-CS-Fixer (https://github.com/fabpot/PHP-CS-Fixer) * * @author Mardix http://github.com/mardix * @since Sept 4 2012 * */ /** * collect all files which have been added, copied or * modified and sto
2012/09/06 リンク