PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/Zend/Docs/Debug/CodeAnalyzerStandard.xml

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   vendor/squizlabs/php_codesniffer/src/Standards/Zend/Docs/Debug/CodeAnalyzerStandard.xml   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/Zend/Docs/Debug/CodeAnalyzerStandard.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: 2 days ago
Size: 537 bytes
 

Contents

Class file image Download
<documentation title="Zend Code Analyzer"> <standard> <![CDATA[ PHP Code should pass the zend code analyzer. ]]> </standard> <code_comparison> <code title="Valid: Valid PHP Code."> <![CDATA[ function foo($bar, $baz) { return <em>$bar + $baz</em>; } ]]> </code> <code title="Invalid: There is an unused function parameter."> <![CDATA[ function foo($bar, $baz) { return <em>$bar + 2</em>; } ]]> </code> </code_comparison> </documentation>