* Unnecessary regex modifier. I agree with this inspection which flags /s modifiers on regexes that don't use a dot. * Property declared dynamically. * Unused local variable. But it's acceptable for an unused local variable to take the return value of a method under test, when it is being tested for its side-effects. And it's acceptable for an unused local variable to document unused list expansion elements, or the nature of array keys in a foreach. Change-Id: I067b5b45dd1138c00e7269b66d3d1385f202fe7f |
||
|---|---|---|
| .. | ||
| fixtures | ||
| Format | ||
| ArraySourceTest.php | ||
| EtcdSourceTest.php | ||
| FileSourceTest.php | ||
| JsonSchemaTraitTest.php | ||
| PhpSettingsSourceTest.php | ||
| ReflectionSchemaSourceTest.php | ||