Skip to content

Commit 3299da4

Browse files
lesstifStyleCIBot
andauthored
Apply fixes from StyleCI (#33)
Co-authored-by: StyleCI Bot <bot@styleci.io>
1 parent 14c0914 commit 3299da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/JiraClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function __construct(ConfigurationInterface $configuration = null, Logger
9595

9696
// Monolog 3.x has a breaking change, so I have to add this dirty code.
9797
$ver = \Composer\InstalledVersions::getVersion('monolog/monolog');
98-
$major = intval(explode(".", $ver)[0]);
98+
$major = intval(explode('.', $ver)[0]);
9999

100100
if ($major === 2) {
101101
$this->log->pushHandler(new NoOperationMonologHandler());

0 commit comments

Comments
 (0)