Skip to content

Commit

Permalink
docs: add variable in available methods
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Jun 27, 2022
1 parent 17eae44 commit 4768120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/lang/es-ES/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ $session->start(array $options = []);
para ver la lista de las `$opciones` disponibles y sus valores por defecto

**@throws** `SessionException` Si los _headers_ ya se enviaron

**@throws** `SessionException` Si la sesión ya está iniciada

**@throws** `SessionException` Si hay algún fallo con las opciones

**@Return** `bool`
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ $session->start(array $options = []);
for List of available `$options` and their default values

**@throws** `SessionException` If headers already sent

**@throws** `SessionException` If session already started

**@throws** `SessionException` If setting options failed

**@Return** `bool`
Expand Down

0 comments on commit 4768120

Please sign in to comment.