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);
@@ 1549-1555 (lines=7) @@
1546
1547
            $wf = $this->getConfiguration()->getWorkflow($entry->getWorkflowName());
1548
1549
            if (null === $wf) {
1550
                $errMsg = sprintf(
1551
                    'Не существует workflow c именем %s',
1552
                    $entry->getWorkflowName()
1553
                );
1554
                throw new InvalidArgumentException($errMsg);
1555
            }
1556
1557
            $l = [];
1558
            $ps = $store->getPropertySet($id);