@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | /** |
109 | 109 | * Get settings |
110 | 110 | * |
111 | - * @param null $strFile |
|
111 | + * @param string $strFile |
|
112 | 112 | * @param array $arrSettings |
113 | 113 | * @return mixed|object |
114 | 114 | */ |
@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | /** |
127 | 127 | * Get Config |
128 | 128 | * |
129 | - * @param $strFilesFolder |
|
129 | + * @param string $strFilesFolder |
|
130 | 130 | * @return mixed|object |
131 | 131 | */ |
132 | 132 | public function getConfig($strFilesFolder) |
@@ -143,7 +143,7 @@ discard block |
||
143 | 143 | /** |
144 | 144 | * Set environment |
145 | 145 | * |
146 | - * @param null $strFilesFolder |
|
146 | + * @param string $strFilesFolder |
|
147 | 147 | */ |
148 | 148 | public function setEnvironment($strFilesFolder = null) |
149 | 149 | { |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | /** |
160 | 160 | * Process Built |
161 | 161 | * |
162 | - * @return bool|null|string |
|
162 | + * @return boolean|string |
|
163 | 163 | */ |
164 | 164 | public function process() |
165 | 165 | { |
@@ -266,7 +266,7 @@ discard block |
||
266 | 266 | /** |
267 | 267 | * Minify content |
268 | 268 | * |
269 | - * @param $strFile |
|
269 | + * @param string $strFile |
|
270 | 270 | * @return bool|string |
271 | 271 | */ |
272 | 272 | public function minifyContent($strFile) |
@@ -350,7 +350,7 @@ discard block |
||
350 | 350 | /** |
351 | 351 | * Set destination folder |
352 | 352 | * |
353 | - * @param $strFolder |
|
353 | + * @param string $strFolder |
|
354 | 354 | * @return $this |
355 | 355 | */ |
356 | 356 | public function setDestinationFolder($strFolder) |
@@ -362,7 +362,7 @@ discard block |
||
362 | 362 | /** |
363 | 363 | * Set destination file |
364 | 364 | * |
365 | - * @param $strFile |
|
365 | + * @param string $strFile |
|
366 | 366 | * @return $this |
367 | 367 | */ |
368 | 368 | public function setDestinationFile($strFile) |
@@ -375,7 +375,7 @@ discard block |
||
375 | 375 | /** |
376 | 376 | * Set destination file extension |
377 | 377 | * |
378 | - * @param $strDestinationExtension |
|
378 | + * @param string $strDestinationExtension |
|
379 | 379 | * @return $this |
380 | 380 | */ |
381 | 381 | public function setDestinationExtensionType($strDestinationExtension) |
@@ -427,7 +427,7 @@ discard block |
||
427 | 427 | /** |
428 | 428 | * Get destination file type extension |
429 | 429 | * |
430 | - * @return mixed |
|
430 | + * @return string |
|
431 | 431 | */ |
432 | 432 | public function getDestinationExtension() |
433 | 433 | { |