Merge pull request #4 from row-bloom/3-config-option-to-merge-global-… #8
Annotations
10 errors
phpstan:
src/BrowsershotRenderer.php#L66
Access to an undefined property object::$chromePath.
|
phpstan:
src/BrowsershotRenderer.php#L67
Using nullsafe property access on non-nullable type object. Use -> instead.
|
phpstan:
src/BrowsershotRenderer.php#L70
Access to an undefined property object::$nodeBinaryPath.
|
phpstan:
src/BrowsershotRenderer.php#L71
Using nullsafe property access on non-nullable type object. Use -> instead.
|
phpstan:
src/BrowsershotRenderer.php#L74
Access to an undefined property object::$npmBinaryPath.
|
phpstan:
src/BrowsershotRenderer.php#L75
Using nullsafe property access on non-nullable type object. Use -> instead.
|
phpstan:
src/BrowsershotRenderer.php#L78
Access to an undefined property object::$nodeModulesPath.
|
phpstan:
src/BrowsershotRenderer.php#L79
Using nullsafe property access on non-nullable type object. Use -> instead.
|
phpstan:
src/BrowsershotRenderer.php#L118
Access to an undefined property object::$mergeGlobalCss.
|
phpstan
Process completed with exit code 1.
|