objectManager !== null) { return $this->objectManager; } else { $this->objectManager = require __DIR__ . '/../../config/phpstan-bootstrap.php'; return $this->objectManager; } } }