Update coding style to include PSR-12, among other options

This also includes heavy use of slevomat/coding-standard to apply
various checks to the code, based on maintainer (me) preference.
This commit is contained in:
Ben Ramsey
2019-12-17 16:50:38 -06:00
parent 0e7cdfe620
commit ef999c2b2c
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class FallbackNodeProvider implements NodeProviderInterface
/**
* @inheritDoc
*/
public function getNode(): ?string
public function getNode()
{
foreach ($this->nodeProviders as $provider) {
if ($node = $provider->getNode()) {