Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
chore: update example for phpHeaderDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-thebaud committed Dec 17, 2023
1 parent 92a0723 commit d7f7ccc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions public/docs-content/en/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ in the test class ("license" for example).
* **Type** : `string`
* **Default value**: `'''`
* **Description** : Defines the PHPDoc header to prepend to the test class.
Example :
```php
/*
* @license MIT
*/
```
Example :
```php
return [
'phpHeaderDoc' => "/*\n * @license MIT\n */",
];
```

### Options

Expand Down
12 changes: 6 additions & 6 deletions public/docs-content/fr/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ dans la classe de test ("license" par exemple).
* **Type** : `string`
* **Valeur par défaut**: `'''`
* **Description** : Définit l'annotation PHPDoc qui doivent être ajoutées en entête dans la classe de test.
Exemple :
```php
/*
* @license MIT
*/
```
Exemple :
```php
return [
'phpHeaderDoc' => "/*\n * @license MIT\n */",
];
```

### Options

Expand Down

0 comments on commit d7f7ccc

Please sign in to comment.