@@ -38,11 +38,11 @@ discard block |
||
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | |
| 41 | - public function hasPresave($libraryName, $developmentPath = null){ |
|
| 41 | + public function hasPresave($libraryName, $developmentPath = null){ |
|
| 42 | 42 | |
| 43 | - } |
|
| 43 | + } |
|
| 44 | 44 | |
| 45 | - public function getUpgradeScript($machineName, $majorVersion, $minorVersion){} |
|
| 45 | + public function getUpgradeScript($machineName, $majorVersion, $minorVersion){} |
|
| 46 | 46 | |
| 47 | 47 | /** |
| 48 | 48 | * Store the library folder. |
@@ -580,14 +580,14 @@ discard block |
||
| 580 | 580 | } |
| 581 | 581 | |
| 582 | 582 | /** |
| 583 | - * Store the given stream into the given file. |
|
| 584 | - * |
|
| 585 | - * @param string $path |
|
| 586 | - * @param string $file |
|
| 587 | - * @param resource $stream |
|
| 588 | - * @return bool |
|
| 589 | - */ |
|
| 590 | - public function saveFileFromZip($path, $file, $stream){ |
|
| 583 | + * Store the given stream into the given file. |
|
| 584 | + * |
|
| 585 | + * @param string $path |
|
| 586 | + * @param string $file |
|
| 587 | + * @param resource $stream |
|
| 588 | + * @return bool |
|
| 589 | + */ |
|
| 590 | + public function saveFileFromZip($path, $file, $stream){ |
|
| 591 | 591 | return true; |
| 592 | - } |
|
| 592 | + } |
|
| 593 | 593 | } |