Skip to content

Commit

Permalink
Code checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jul 25, 2022
1 parent c6bde40 commit 40aa711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Composer documentation.

## Usage

Read the [documentation](doc/index.md).
Read the [documentation](doc/index.md).
You can also consult or execute sample scripts into dev folder.

## Testing
Expand Down
2 changes: 1 addition & 1 deletion dev/recherche-documents.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
echo sprintf($format, " Code NAF", $current->getEntreprise()->getCodeNaf());
echo sprintf($format, " Libelle code NAF", $current->getEntreprise()->getLibelleCodeNaf());
echo sprintf($format, " Domaine activite", $current->getEntreprise()->getDomaineActivite());
echo sprintf($format," Conventions collectives", "[...]");
echo sprintf($format, " Conventions collectives", "[...]");
echo sprintf($format, " Date creation", $current->getEntreprise()->getDateCreation());
echo sprintf($format, " Date creation formatee", $current->getEntreprise()->getDateCreationFormate());
echo sprintf($format, " Entreprise employeuse", $current->getEntreprise()->getEntrepriseEmployeuse());
Expand Down

0 comments on commit 40aa711

Please sign in to comment.