Przeglądaj źródła

Changed name of parameter

Maximiliano Schvindt 6 lat temu
rodzic
commit
01a2d361fe
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {