Errors
Table of Contents
actividad.php
Type | Line | Description |
---|---|---|
ERROR | 15 | Tag "@return" with body "@@return {Array[Array[String]]}" has error |
alumno.php
Type | Line | Description |
---|---|---|
ERROR | 69 | Tag "@return" with body "@@return {Modulo} Módulo del alumno." has error |
ERROR | 47 | Tag "@return" with body "@@return {[Alumno]} Array de alumnos con un campo de array que agrupa todos sus módulos." has error |
ERROR | 16 | Tag "@return" with body "@@return {Array[Usuario]}" has error |
ciclo.php
Type | Line | Description |
---|---|---|
ERROR | 16 | Tag "@return" with body "@@return {Array[Ciclo]}" has error |
convenio.php
Type | Line | Description |
---|---|---|
ERROR | 51 | Tag "@return" with body "@@return {Array[Convenio]}" has error |
general.php
Type | Line | Description |
---|---|---|
ERROR | 43 | Tag "@return" with body "@@return {Array[Array[String]]}" has error |
gestionalumnos.php
Type | Line | Description |
---|---|---|
ERROR | 16 | Tag "@return" with body "@@return {Array[Ciclo]}" has error |
gestionprofesores.php
Type | Line | Description |
---|---|---|
ERROR | 16 | Tag "@return" with body "@@return {Array[Ciclo]}" has error |
informe.php
Type | Line | Description |
---|---|---|
ERROR | 43 | Tag "@return" with body "@@return {[Valoracion]} Array de valoracion de actividades con un campo de array que agrupa todos sus módulos." has error |
ERROR | 16 | Tag "@return" with body "@@return {Array} Datos del informe" has error |
login.php
Type | Line | Description |
---|---|---|
ERROR | 70 | Tag "@return" with body "@@return {String} Texto del mensaje desencriptado o false si no se pudo desencriptar." has error |
ERROR | 70 | Tag "method" with body "@method {String} $mensaje El texto del mensaje a desencriptar." has error Unexpected token "{", expected type at offset 0 on line 1 |
modulo.php
Type | Line | Description |
---|---|---|
ERROR | 15 | Tag "@return" with body "@@return {Array[Array[String]]}" has error |
tarea.php
Type | Line | Description |
---|---|---|
ERROR | 225 | Tag "@return" with body "@@return {Actividad} Actividad del elemento." has error |
ERROR | 209 | Tag "@return" with body "@@return {Modulo} Módulo del elemento." has error |
ERROR | 159 | Tag "@return" with body "@@return {[Tareas]} Array de tareas con un campo de array que agrupa todos sus módulos y actividades." has error |
ERROR | 129 | Tag "@return" with body "@@return {[Tareas]} Array de tareas con un campo de array que agrupa todos sus módulos y actividades." has error |
ERROR | 19 | Tag "@return" with body "@@return {Array[Tarea]}" has error |
daoconvenio.php
Type | Line | Description |
---|---|---|
ERROR | 33 | Tag "@return" with body "@@return {Array[Convenio]} Array de convenios." has error |
daoempresa.php
Type | Line | Description |
---|---|---|
ERROR | 54 | Tag "@return" with body "@@return {Boolean} True si la edición fue exitosa, false de lo contrario." has error |
ERROR | 44 | Tag "@return" with body "@@return {Array} Datos de la empresa." has error |
ERROR | 34 | Tag "@return" with body "@@return {Integer} Número de filas afectadas." has error |
ERROR | 24 | Tag "@return" with body "@@return {Array} Array de objetos empresa." has error |
daotarea.php
Type | Line | Description |
---|---|---|
ERROR | 350 | Tag "@return" with body "@@return {Alumno} Datos del alumno que dio de alta la tarea." has error |
daousuario.php
Type | Line | Description |
---|---|---|
ERROR | 17 | Tag "@return" with body "@@return {Usuario} Devuelve los datos del usuario o false si no existe el usuario." has error |
bd.php
Type | Line | Description |
---|---|---|
ERROR | 101 | Tag "@return" with body "@@return Opcionalmente, si $devolverId es false, se devuelve el identificador del objeto insertado." has error |
ERROR | 21 | Tag "@return" with body "@@return {PDO} Devuelve un objeto PDO conectado a la base de datos." has error |