We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c0914 commit 3299da4Copy full SHA for 3299da4
1 file changed
src/JiraClient.php
@@ -95,7 +95,7 @@ public function __construct(ConfigurationInterface $configuration = null, Logger
95
96
// Monolog 3.x has a breaking change, so I have to add this dirty code.
97
$ver = \Composer\InstalledVersions::getVersion('monolog/monolog');
98
- $major = intval(explode(".", $ver)[0]);
+ $major = intval(explode('.', $ver)[0]);
99
100
if ($major === 2) {
101
$this->log->pushHandler(new NoOperationMonologHandler());
0 commit comments