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

@@ 541-547 (lines=7) @@
538
539
            $wf = $this->getConfiguration()->getWorkflow($entry->getWorkflowName());
540
541
            if (null === $wf) {
542
                $errMsg = sprintf(
543
                    'Нет workflow c именем %s',
544
                    $entry->getWorkflowName()
545
                );
546
                throw new InvalidArgumentException($errMsg);
547
            }
548
549
            $l = [];
550
            $ps = $store->getPropertySet($id);
@@ 1565-1571 (lines=7) @@
1562
1563
            $wf = $this->getConfiguration()->getWorkflow($entry->getWorkflowName());
1564
1565
            if (null === $wf) {
1566
                $errMsg = sprintf(
1567
                    'Не существует workflow c именем %s',
1568
                    $entry->getWorkflowName()
1569
                );
1570
                throw new InvalidArgumentException($errMsg);
1571
            }
1572
1573
            $l = [];
1574
            $ps = $store->getPropertySet($id);