PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.2.inc.fixed

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.2.inc.fixed   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.2.inc.fixed
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: 3 days ago
Size: 307 bytes
 

Contents

Class file image Download
<?php // Tests with tabs and the tabWidth config set to 4. // Uses one tab. function myFunction() { } // Uses three tabs. function myFunction() { } // Uses one tab in a way that it translates to exactly one space with tab replacement. function oneT() { } // Mixed tabs and spaces. function mixed() { }