@@ -522,7 +522,7 @@ |
||
522 | 522 | */ |
523 | 523 | public function hasMeasure() |
524 | 524 | { |
525 | - return $this->boundingBox['mmin'] != 0 || $this->boundingBox['mmax'] != 0; |
|
525 | + return $this->boundingBox['mmin'] != 0 || $this->boundingBox['mmax'] != 0; |
|
526 | 526 | } |
527 | 527 | } |
528 | 528 |