PHP code example of buckhamduffy / coding-standards
1. Go to this page and download the library: Download buckhamduffy/coding-standards library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
buckhamduffy / coding-standards example snippets
declare(strict_types=1);
use Symplify\EasyCodingStandard\Configuration\ECSConfigBuilder;
use PHP_CodeSniffer\Standards\Generic\Sniffs\CodeAnalysis\EmptyStatementSniff;
/** @var ECSConfigBuilder $config */
$config =
use Rector\ValueObject\PhpVersion;
use RectorLaravel\Set\LaravelLevelSetList;
use Rector\Configuration\RectorConfigBuilder;
/** @var RectorConfigBuilder $config */
$config =