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

@@ 555-561 (lines=7) @@
552
553
            $wf = $this->getConfiguration()->getWorkflow($entry->getWorkflowName());
554
555
            if (null === $wf) {
556
                $errMsg = sprintf(
557
                    'Нет workflow c именем %s',
558
                    $entry->getWorkflowName()
559
                );
560
                throw new InvalidArgumentException($errMsg);
561
            }
562
563
            $l = [];
564
            $ps = $store->getPropertySet($id);
@@ 1609-1615 (lines=7) @@
1606
1607
            $wf = $this->getConfiguration()->getWorkflow($entry->getWorkflowName());
1608
1609
            if (null === $wf) {
1610
                $errMsg = sprintf(
1611
                    'Не существует workflow c именем %s',
1612
                    $entry->getWorkflowName()
1613
                );
1614
                throw new InvalidArgumentException($errMsg);
1615
            }
1616
1617
            $l = [];
1618
            $ps = $store->getPropertySet($id);