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

@@ 586-592 (lines=7) @@
583
584
            $wf = $this->getConfiguration()->getWorkflow($entry->getWorkflowName());
585
586
            if (null === $wf) {
587
                $errMsg = sprintf(
588
                    'Нет workflow c именем %s',
589
                    $entry->getWorkflowName()
590
                );
591
                throw new InvalidArgumentException($errMsg);
592
            }
593
594
            $l = [];
595
            $ps = $store->getPropertySet($id);
@@ 1623-1629 (lines=7) @@
1620
1621
            $wf = $this->getConfiguration()->getWorkflow($entry->getWorkflowName());
1622
1623
            if (null === $wf) {
1624
                $errMsg = sprintf(
1625
                    'Не существует workflow c именем %s',
1626
                    $entry->getWorkflowName()
1627
                );
1628
                throw new InvalidArgumentException($errMsg);
1629
            }
1630
1631
            $l = [];
1632
            $ps = $store->getPropertySet($id);