@@ -786,7 +786,7 @@ discard block |
||
786 | 786 | /** |
787 | 787 | * @param $filename |
788 | 788 | * @return null |
789 | - */ |
|
789 | + */ |
|
790 | 790 | public function getImageByName($filename) |
791 | 791 | { |
792 | 792 | $images = $this->getImages(); |
@@ -876,7 +876,7 @@ discard block |
||
876 | 876 | /** |
877 | 877 | * @param $filename |
878 | 878 | * @return null |
879 | - */ |
|
879 | + */ |
|
880 | 880 | public function getFileByName($filename) |
881 | 881 | { |
882 | 882 | $files = $this->getFiles(); |
@@ -891,7 +891,7 @@ discard block |
||
891 | 891 | /** |
892 | 892 | * @param $filename |
893 | 893 | * @throws \Exception |
894 | - */ |
|
894 | + */ |
|
895 | 895 | public function deleteFileByName($filename) |
896 | 896 | { |
897 | 897 | $destinationPath = realpath(__DIR__ . '/../../www/files/'); |