Explorar el Código

update REAMDE

wapplay hace 7 años
padre
commit
d2e94ac9cd
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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