@@ -56,7 +56,7 @@ |
||
56 | 56 | public function inv() |
57 | 57 | { |
58 | 58 | $this->isInverse = !$this->isInverse; |
59 | - fwrite($this->fp, chr(29).chr(66).chr($this->isInverse?1:0)); |
|
59 | + fwrite($this->fp, chr(29).chr(66).chr($this->isInverse ? 1 : 0)); |
|
60 | 60 | return $this; |
61 | 61 | } |
62 | 62 |