Maximiliano Schvindt 6 лет назад
Родитель
Сommit
01a2d361fe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Utils.php

+ 1 - 1
src/Utils.php

@@ -70,7 +70,7 @@ class Utils
     /**
      * Return JSON response with data or {message:messages}.
      * @param string $content contento to return
-     * @param integer $result code of response
+     * @param integer $codeResponse code of response
      * @return Response Return Response.
      */
     public function returnJSON($content, $codeResponse = 400) {