Commit 235974db authored by Mark Harding's avatar Mark Harding
Browse files

(fix): Report should expose isUpheld too

parent aa36b0eb
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -91,6 +91,15 @@ class Report
        return key($sortedStates);
        return key($sortedStates);
    }
    }


    /**
     * Return if upheld
     * @return boolean | null
     */
    public function isUpheld()
    {
        return $this->uphold;
    }

    /**
    /**
     * Return the URN of this case
     * Return the URN of this case
     * @return string
     * @return string