Skip to content
Snippets Groups Projects
Verified Commit b4112e3e authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] PHPStan fixes

parent 2fa8691e
No related branches found
Tags 3.5.5
No related merge requests found
......@@ -107,7 +107,7 @@ class Job extends AbstractEntity {
* @var ObjectStorage<Company>
*/
#[Lazy]
protected $company = NULL;
protected $company;
/**
* @var ObjectStorage<Job>
......
......@@ -53,7 +53,7 @@ class JobApplication extends AbstractEntity {
* @var ObjectStorage<Company>
*/
#[Lazy]
protected $company = NULL;
protected $company;
/**
* @var Job $job
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment