From 47681201f453a37fd5bf7c95d6523b8e5fbe258f Mon Sep 17 00:00:00 2001 From: Josantonius Date: Mon, 27 Jun 2022 23:59:23 +0200 Subject: [PATCH] docs: add variable in available methods --- .github/lang/es-ES/README.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/lang/es-ES/README.md b/.github/lang/es-ES/README.md index 7ea4356..6fc54d2 100644 --- a/.github/lang/es-ES/README.md +++ b/.github/lang/es-ES/README.md @@ -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` diff --git a/README.md b/README.md index 68eb56b..3e3c565 100644 --- a/README.md +++ b/README.md @@ -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`