GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Code Duplication    Length = 7-7 lines in 2 locations

src/AbstractWorkflow.php 2 locations

@@ 545-551 (lines=7) @@
542
543
            $wf = $this->getConfiguration()->getWorkflow($entry->getWorkflowName());
544
545
            if (null === $wf) {
546
                $errMsg = sprintf(
547
                    'Нет workflow c именем %s',
548
                    $entry->getWorkflowName()
549
                );
550
                throw new InvalidArgumentException($errMsg);
551
            }
552
553
            $l = [];
554
            $ps = $store->getPropertySet($id);
@@ 1575-1581 (lines=7) @@
1572
1573
            $wf = $this->getConfiguration()->getWorkflow($entry->getWorkflowName());
1574
1575
            if (null === $wf) {
1576
                $errMsg = sprintf(
1577
                    'Не существует workflow c именем %s',
1578
                    $entry->getWorkflowName()
1579
                );
1580
                throw new InvalidArgumentException($errMsg);
1581
            }
1582
1583
            $l = [];
1584
            $ps = $store->getPropertySet($id);