X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FTypo.php;h=8935a86c17b7acc3e7706f6ae2766b8557a1bf1c;hb=af97df96bd96e0d0c3c417ee3adfe8e15d25634b;hp=eed0a31816331f81b6b448dfafd7f4133c7fe96f;hpb=04d620fc2f567d32b50f5d5b0974acafeb072177;p=friendica.git diff --git a/src/Console/Typo.php b/src/Console/Typo.php index eed0a31816..8935a86c17 100644 --- a/src/Console/Typo.php +++ b/src/Console/Typo.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Console; @@ -7,8 +26,6 @@ use Friendica\Core\Config\IConfig; /** * Tired of chasing typos and finding them after a commit. * Run this and quickly see if we've got any parse errors in our application files. - * - * @author Hypolite Petovan */ class Typo extends \Asika\SimpleConsole\Console {