Lines Matching full:require

123     <!-- Require comma after last element in multi-line array -->
125 <!-- Require presence of constant visibility -->
138 <!-- Require usage of ::class instead of `__CLASS__`, `get_class()`,
143 <!-- Require no spaces before trait use, between trait uses and one space after trait uses -->
156 <!-- Require specific order of phpDoc annotations with empty newline between specific groups -->
233 <!-- Require comments with single line written as one-liners -->
235 <!-- Require short ternary operator `?:` when possible -->
243 <!-- Require language constructs without parentheses -->
245 <!-- Require new instances with parentheses -->
247 <!-- Require usage of null coalesce operator when possible -->
249 <!-- Require short ternary operator `?:` when possible -->
259 <!-- Require closures not referencing `$this` be static -->
263 <!-- Require use statements to be alphabetically sorted -->
277 <!-- Require newlines around namespace declaration -->
291 <!-- Require empty newlines before and after uses -->
303 <!-- Require the usage of assignment operators, eg `+=`, `.=` when possible -->
321 <!-- Require presence of `declare(strict_types=1)` -->
344 <!-- Require use of short versions of scalar types (i.e. int instead of integer) -->
346 <!-- Require the `null` type hint to be in the last position of annotations -->
348 <!-- Require `?` when default value is `null` -->
350 …<!-- Require one space between typehint and variable, require no space between nullability sign an…
352 <!-- Require space around colon in return types -->
358 <!-- Require types to be written as natively if possible;
359 require iterable types to specify phpDoc with their content;
420 <!-- Do not require comments for `@param` -->
422 <!-- Do not require `@param` for all parameters -->
424 <!-- Do not require `@return` for void methods -->
439 <!-- Disallow `AND` and `OR`, require `&&` and `||` -->
445 <!-- Require PHP function calls in lowercase -->
469 <!-- Require space after language constructs -->
471 <!-- Require space around logical operators -->