Code Duplication    Length = 3-4 lines in 2 locations

src/FlexiPeeHP/FlexiBeeRO.php 2 locations

@@ 988-991 (lines=4) @@
985
            ],
986
        ];
987
988
        if (!is_null($this->action)) {
989
            $jsonize[$this->nameSpace][$this->evidence.'@action'] = $this->action;
990
            $this->action                                         = null;
991
        }
992
993
        if (!is_null($this->filter)) {
994
            $jsonize[$this->nameSpace][$this->evidence.'@filter'] = $this->filter;
@@ 993-995 (lines=3) @@
990
            $this->action                                         = null;
991
        }
992
993
        if (!is_null($this->filter)) {
994
            $jsonize[$this->nameSpace][$this->evidence.'@filter'] = $this->filter;
995
        }
996
997
        return json_encode($jsonize);
998
    }