The method __construct() does not exist on Yiisoft\ActiveRecord\ActiveRecord. It seems like you code against a sub-type of Yiisoft\ActiveRecord\ActiveRecord such as Yiisoft\ActiveRecord\Tes...rd\OrderWithConstructor or Yiisoft\ActiveRecord\Tes...ubs\ActiveRecord\Animal or Yiisoft\ActiveRecord\Tes...CustomerWithConstructor or Yiisoft\ActiveRecord\Tes...\ProfileWithConstructor or Yiisoft\ActiveRecord\Tes...rderItemWithConstructor.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
25
parent::/** @scrutinizer ignore-call */
26
__construct();
Loading history...
26
}
27
28
public static function instance($refresh = false): ActiveRecord