Update comments to phpdoc compatible format.

This commit is contained in:
kj
2022-02-23 20:53:36 -04:00
parent 81f2d4d665
commit 503efef448
4 changed files with 77 additions and 100 deletions

View File

@ -1,6 +1,6 @@
<?php
/*
* DuckBrain - Microframework
/**
* Neuron - DuckBrain
*
* Neuron, sirve para crear un objeto que alojará valores, pero
* además tiene la característica especial de que al intentar
@ -11,9 +11,9 @@
* El constructor recibe un objeto o arreglo con los valores que
* sí estarán definidos.
*
* Autor: KJ
* Web: https://kj2.me
* Licencia: MIT
* @autor KJ
* @website https://kj2.me
* @licence MIT
*/
namespace Libs;