Skip to content

Commit

Permalink
Merge pull request #136 from jenssegers/analysis-XV51ZZ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
jenssegers authored Jan 6, 2019
2 parents 65756ae + b5512fa commit 41cd1fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ public function version($propertyName, $type = self::VERSION_TYPE_STRING)
$properties[$propertyName] = (array) $properties[$propertyName];

foreach ($properties[$propertyName] as $propertyMatchString) {

$propertyPattern = str_replace('[VER]', self::VER, $propertyMatchString);

// Identify and extract the version.
Expand All @@ -331,9 +330,7 @@ public function version($propertyName, $type = self::VERSION_TYPE_STRING)

return $version;
}

}

}

return false;
Expand Down

0 comments on commit 41cd1fd

Please sign in to comment.