PHP code example of lumnd / plato-coding-standard

1. Go to this page and download the library: Download lumnd/plato-coding-standard 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/ */

    

lumnd / plato-coding-standard example snippets


// phpcs:disable PlatoPHP.Style.ProjectConventions.FunctionName -- PSR-16 owns these names.
public function getMultiple(iterable $keys, mixed $default = null): iterable
// phpcs:enable PlatoPHP.Style.ProjectConventions.FunctionName