@@ -35,7 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | $list = []; |
| 37 | 37 | /** |
| 38 | - * @var Widget $widget |
|
| 38 | + * @var Widget $widget |
|
| 39 | 39 | */ |
| 40 | 40 | foreach ($widgets as $widget) { |
| 41 | 41 | $list[$widget->getId()] = [ |
@@ -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 | |
@@ -190,7 +190,7 @@ |
||
| 190 | 190 | public function getExtremes(Variable $variable) |
| 191 | 191 | { |
| 192 | 192 | /** |
| 193 | - * @var EntityManager $em |
|
| 193 | + * @var EntityManager $em |
|
| 194 | 194 | */ |
| 195 | 195 | $em = $this->getDoctrine()->getManager(); |
| 196 | 196 | |