Code Duplication    Length = 3-4 lines in 2 locations

src/FlexiPeeHP/FlexiBeeRO.php 2 locations

@@ 1004-1007 (lines=4) @@
1001
            ],
1002
        ];
1003
1004
        if (!is_null($this->action)) {
1005
            $jsonize[$this->nameSpace][$this->evidence.'@action'] = $this->action;
1006
            $this->action                                         = null;
1007
        }
1008
1009
        if (!is_null($this->filter)) {
1010
            $jsonize[$this->nameSpace][$this->evidence.'@filter'] = $this->filter;
@@ 1009-1011 (lines=3) @@
1006
            $this->action                                         = null;
1007
        }
1008
1009
        if (!is_null($this->filter)) {
1010
            $jsonize[$this->nameSpace][$this->evidence.'@filter'] = $this->filter;
1011
        }
1012
1013
        return json_encode($jsonize);
1014
    }