Skip to content

Commit 41cd1fd

Browse files
authored
Merge pull request #136 from jenssegers/analysis-XV51ZZ
Apply fixes from StyleCI
2 parents 65756ae + b5512fa commit 41cd1fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Agent.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ public function version($propertyName, $type = self::VERSION_TYPE_STRING)
320320
$properties[$propertyName] = (array) $properties[$propertyName];
321321

322322
foreach ($properties[$propertyName] as $propertyMatchString) {
323-
324323
$propertyPattern = str_replace('[VER]', self::VER, $propertyMatchString);
325324

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

332331
return $version;
333332
}
334-
335333
}
336-
337334
}
338335

339336
return false;

0 commit comments

Comments
 (0)