@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | |
| 69 | 69 | else { |
| 70 | 70 | throw new InvalidArgumentException( |
| 71 | - 'Template file could not be loaded.' |
|
| 71 | + 'Template file could not be loaded.' |
|
| 72 | 72 | ); |
| 73 | 73 | } |
| 74 | 74 | } |
@@ -120,14 +120,14 @@ discard block |
||
| 120 | 120 | $error = error_get_last(); |
| 121 | 121 | |
| 122 | 122 | throw new RuntimeException( |
| 123 | - sprintf( |
|
| 123 | + sprintf( |
|
| 124 | 124 | 'Could not write to %s: %s', |
| 125 | 125 | $target, |
| 126 | 126 | substr( |
| 127 | - $error['message'], |
|
| 128 | - strpos($error['message'], ':') + 2 |
|
| 127 | + $error['message'], |
|
| 128 | + strpos($error['message'], ':') + 2 |
|
| 129 | + ) |
|
| 129 | 130 | ) |
| 130 | - ) |
|
| 131 | 131 | ); |
| 132 | 132 | } |
| 133 | 133 | } |
@@ -56,10 +56,10 @@ |
||
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | /** |
| 59 | - * Gets the link |
|
| 60 | - * |
|
| 61 | - * @return string |
|
| 62 | - */ |
|
| 59 | + * Gets the link |
|
| 60 | + * |
|
| 61 | + * @return string |
|
| 62 | + */ |
|
| 63 | 63 | public function getLink() |
| 64 | 64 | { |
| 65 | 65 | return $this->link; |