PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/SpaceAfterCastStandard.xml

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/SpaceAfterCastStandard.xml   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/SpaceAfterCastStandard.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 5 days ago
Size: 501 bytes
 

Contents

Class file image Download
<documentation title="Space After Cast"> <standard> <![CDATA[ Exactly one space is allowed after a cast. ]]> </standard> <code_comparison> <code title="Valid: A cast operator is followed by one space."> <![CDATA[ $foo = (string)<em> </em>1; ]]> </code> <code title="Invalid: A cast operator is not followed by whitespace."> <![CDATA[ $foo = (string)<em></em>1; ]]> </code> </code_comparison> </documentation>