PHP Classes

File: vendor/phpdocumentor/reflection-docblock/easy-coding-standard.neon

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   vendor/phpdocumentor/reflection-docblock/easy-coding-standard.neon   Download  
File: vendor/phpdocumentor/reflection-docblock/easy-coding-standard.neon
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 4 years ago
Size: 1,204 bytes
 

Contents

Class file image Download
includes: - temp/ecs/config/clean-code.neon - temp/ecs/config/psr2-checkers.neon - temp/ecs/config/spaces.neon - temp/ecs/config/common.neon checkers: PhpCsFixer\Fixer\Operator\ConcatSpaceFixer: spacing: one parameters: exclude_checkers: # from temp/ecs/config/common.neon - PhpCsFixer\Fixer\ClassNotation\OrderedClassElementsFixer - PhpCsFixer\Fixer\PhpUnit\PhpUnitStrictFixer - PhpCsFixer\Fixer\ControlStructure\YodaStyleFixer # from temp/ecs/config/spaces.neon - PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer skip: SlevomatCodingStandard\Sniffs\Classes\UnusedPrivateElementsSniff: # WIP code - src/DocBlock/StandardTagFactory.php PHP_CodeSniffer\Standards\Generic\Sniffs\CodeAnalysis\EmptyStatementSniff: # WIP code - src/DocBlock/StandardTagFactory.php PHP_CodeSniffer\Standards\Squiz\Sniffs\Classes\ValidClassNameSniff: - src/DocBlock/Tags/Return_.php - src/DocBlock/Tags/Var_.php PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff: - */tests/**