diff --git a/src/Rs/Json/Patch/Operations/Test.php b/src/Rs/Json/Patch/Operations/Test.php index c66d27e..a2188d7 100755 --- a/src/Rs/Json/Patch/Operations/Test.php +++ b/src/Rs/Json/Patch/Operations/Test.php @@ -49,7 +49,7 @@ public function perform($targetDocument) $get = null; } - $value = is_object($this->getValue())? (array) $this->getValue() : $this->getValue(); + $value = is_object($this->getValue()) ? (array) $this->getValue() : $this->getValue(); if (is_array($value) && is_array($get)) { asort($get);