@@ -245,7 +245,7 @@ |
||
| 245 | 245 | * |
| 246 | 246 | * @param Format $format New Format |
| 247 | 247 | * |
| 248 | - * @return static |
|
| 248 | + * @return Frame |
|
| 249 | 249 | * @deprecated Use Style |
| 250 | 250 | * @see Style |
| 251 | 251 | */ |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | |
| 51 | 51 | // Title bar & title. |
| 52 | 52 | $titleLabel = new Label(); |
| 53 | - $titleLabel->setPosition(3, -$titleHeight/3 - 1) |
|
| 53 | + $titleLabel->setPosition(3, -$titleHeight / 3 - 1) |
|
| 54 | 54 | ->setAlign(Label::LEFT, Label::CENTER2) |
| 55 | 55 | ->setText($name) |
| 56 | 56 | ->setTextColor('fff') |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | */ |
| 51 | 51 | public function getVarN($name) |
| 52 | 52 | { |
| 53 | - return "exp_" . $this->id . "_$name"; |
|
| 53 | + return "exp_".$this->id."_$name"; |
|
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | /** |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | { |
| 50 | 50 | $className = $this->className; |
| 51 | 51 | |
| 52 | - $filePath = $this->fileLocator->locate('@' . $this->relativePath); |
|
| 52 | + $filePath = $this->fileLocator->locate('@'.$this->relativePath); |
|
| 53 | 53 | |
| 54 | 54 | return new $className($filePath, $params); |
| 55 | 55 | } |