Skip to content
Snippets Groups Projects

Move callback classRemove outside of the loop

18 files
+ 3
20
Compare changes
  • Side-by-side
  • Inline
Files
18
  • 2832459c
    Issue #3323702 by spokje, _pratik_, quietone: Fix PHPStan L2 error "Variable... · 2832459c
    Lee Rowlands authored
    Issue #3323702 by spokje, _pratik_, quietone: Fix PHPStan L2 error "Variable $foo in PHPDoc tag @var does not exist. " - Low Hanging Fruit Edition
@@ -37,7 +37,6 @@ trait ConfigFormBaseTrait {
* not.
*/
protected function config($name) {
/** @var \Drupal\Core\Config\ConfigFactoryInterface $config_factory */
if (method_exists($this, 'configFactory')) {
$config_factory = $this->configFactory();
}
Loading