Ver código fonte

update REAMDE

wapplay 7 anos atrás
pai
commit
d2e94ac9cd
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      README.RU.md
  2. 1 1
      README.md

+ 1 - 1
README.RU.md

@@ -99,7 +99,7 @@ catch(\PhpZip\Exception\ZipException $e){
     // обработка исключения
 }
 finally{
-    $zip->close();
+    $zipFile->close();
 }
 ```
 Другие примеры можно посмотреть в папке `tests/`.

+ 1 - 1
README.md

@@ -99,7 +99,7 @@ catch(\PhpZip\Exception\ZipException $e){
     // handle exception
 }
 finally{
-    $zip->close();
+    $zipFile->close();
 }
 ```
 Other examples can be found in the `tests/` folder