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

@@ 530-536 (lines=7) @@
527
528
            $wf = $this->getConfiguration()->getWorkflow($entry->getWorkflowName());
529
530
            if (null === $wf) {
531
                $errMsg = sprintf(
532
                    'Нет workflow c именем %s',
533
                    $entry->getWorkflowName()
534
                );
535
                throw new InvalidArgumentException($errMsg);
536
            }
537
538
            $l = [];
539
            $ps = $store->getPropertySet($id);
@@ 1550-1556 (lines=7) @@
1547
1548
            $wf = $this->getConfiguration()->getWorkflow($entry->getWorkflowName());
1549
1550
            if (null === $wf) {
1551
                $errMsg = sprintf(
1552
                    'Не существует workflow c именем %s',
1553
                    $entry->getWorkflowName()
1554
                );
1555
                throw new InvalidArgumentException($errMsg);
1556
            }
1557
1558
            $l = [];
1559
            $ps = $store->getPropertySet($id);