fix: SA: Fix "...does not call parent constructor...." rule.

SA stands for Static Analysis.
This commit is contained in:
Pol Dellaiera
2021-11-16 15:27:46 +01:00
parent 75d2d50dd2
commit a17c22c74f
3 changed files with 2 additions and 13 deletions

View File

@@ -90,11 +90,6 @@ abstract class AbstractTask implements HasScopeInterface, HasCenterInterface
*/
private $closed = false;
public function __construct()
{
}
/**
* Set type
*