Skip to content

Commit

Permalink
Update the description, to bring a betterexplanation about the funcio…
Browse files Browse the repository at this point in the history
…nalities of the component
  • Loading branch information
sergiodanilojr committed Feb 23, 2020
1 parent a8e8b22 commit 3297c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sergiodanilojr/zipper",
"description": "Zipper é um facilitador para criação de Arquivos Zip de maneira descomplicada, contando com recursos de Download, inserção de Arquvios de Licença e Extração e Criação de Zipagem com múltiplos arquivos em um só!",
"description": "Zipper is a facilitator for creating Zip Files in an uncomplicated way, with features of Download, insertion of License and Extraction Files and Creation of Zipping with multiples in one!",
"keywords": [
"Sérgio Danilo Jr",
"zip",
Expand Down
3 changes: 2 additions & 1 deletion src/Zipper.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Zipper
private $message;

/**
*Default Extension
* Default Extension
*/
const DEFAULT_EXTENSION = "zip";

Expand Down Expand Up @@ -84,6 +84,7 @@ public function zipFile(string $file): ?string
$this->message = "Algo deu errado ao Zipar!";
return null;
}
return null;
}


Expand Down

0 comments on commit 3297c4d

Please sign in to comment.