* * Title * Contents * * ... * * * * * @return void */ /* [^\'"] */ // http://www.google.com // Base config function. // function () // T_STRING is not a function call or not listed in _getFunctionListWithCallableArgument(). // function myFunction( $param ) // { // do_something(); // }//end myFunction() // /* function myFunction( $param ) { // phpcs:disable Standard.Category.Sniff -- for reasons. if ( preg_match( '`[abc]`', $param ) > 0 ) { do_something(); } // phpcs:enable Standard.Category.Sniff -- for reasons. }//end myFunction() */ /* * function myFunction( $param ) // @phpcs:ignore Standard.Category.Sniff -- for reasons. * { * * }//end myFunction() */ /* * function myFunction( $param ) * { * // phpcs:disable Standard.Category.Sniff -- for reasons. * if ( preg_match( '`[abc]`', $param ) > 0 ) { * do_something(); * } * // phpcs:enable Standard.Category.Sniff -- for reasons. * * }//end myFunction() */ // function myFunction( $param ) // { // phpcs:disable Standard.Category.Sniff -- for reasons. // do_something(); // phpcs:enable Standard.Category.Sniff -- for reasons. // }//end myFunction() // echo 'something'; // @codeCoverageIgnore echo 'something'; // @codeCoverageIgnoreStart echo 'something'; // @SuppressWarnings(PHPMD.UnusedLocalVariable) // Ok! /* Go! */ // ISO-639-3 // But override with a different text if any. /* $id = intval( str_replace( 'hook_name', '', $order_method['method_id'] ) ); if ( ! empty( $id ) ) { $info_text = get_post_meta( $location_id, 'meta_name' ); if ( ! empty( $info_text ) ) { $text = $info_text; } } */ // function() { $a = $b; };