Errors
Table of Contents
| src/php/controllers/c_usuarios.php | 7 |
| src/php/controllers/ControladorAsignatura.php | 2 |
| src/php/controllers/CursoControlador.php | 7 |
c_usuarios.php
| Type | Line | Description |
|---|---|---|
| ERROR | 84 | Tag "method" with body "@method [type] $dato" has error Unexpected token "[", expected type at offset 0 on line 1 |
| ERROR | 84 | Tag "method" with body "@method [type] $check" has error Unexpected token "[", expected type at offset 0 on line 1 |
| ERROR | 69 | Tag "method" with body "@method [Integer] $id" has error Unexpected token "[", expected type at offset 0 on line 1 |
| ERROR | 52 | Tag "method" with body "@method {Integer} $id Idi del usuario que se quiere eliminar" has error Unexpected token "{", expected type at offset 0 on line 1 |
| ERROR | 37 | Tag "@return" with body "@@return {array} Devuelve un array con los datos de los usuarios qie estan en la base de datos" has error |
| ERROR | 16 | Tag "method" with body "@method {String} $nombrcontraseña Contraseña que se ha introducido por teclado" has error Unexpected token "{", expected type at offset 0 on line 1 |
| ERROR | 16 | Tag "method" with body "@method {String} $nombreusuario Nombre de usuario que se ha introducido por teclado" has error Unexpected token "{", expected type at offset 0 on line 1 |
ControladorAsignatura.php
| Type | Line | Description |
|---|---|---|
| ERROR | 33 | Tag "method" with body "@method [type] $id" has error Unexpected token "[", expected type at offset 0 on line 1 |
| ERROR | 14 | Tag "method" with body "@method [Integer] $modelo Datos de la conexion" has error Unexpected token "[", expected type at offset 0 on line 1 |
CursoControlador.php
| Type | Line | Description |
|---|---|---|
| ERROR | 74 | Tag "method" with body "@method [String] $descripcion" has error Unexpected token "[", expected type at offset 0 on line 1 |
| ERROR | 74 | Tag "method" with body "@method [date] $fechaFin" has error Unexpected token "[", expected type at offset 0 on line 1 |
| ERROR | 74 | Tag "method" with body "@method [date] $fechaInicio" has error Unexpected token "[", expected type at offset 0 on line 1 |
| ERROR | 74 | Tag "method" with body "@method [Integer] $id" has error Unexpected token "[", expected type at offset 0 on line 1 |
| ERROR | 34 | Tag "method" with body "@method [String] $descripcion Desxripcion" has error Unexpected token "[", expected type at offset 0 on line 1 |
| ERROR | 34 | Tag "method" with body "@method [date] $fechaFin Fecha fin" has error Unexpected token "[", expected type at offset 0 on line 1 |
| ERROR | 34 | Tag "method" with body "@method [date] $fechaInicio Fecah Inicio" has error Unexpected token "[", expected type at offset 0 on line 1 |