File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ class JsPhpize extends JsPhpizeOptions
3636 /**
3737 * Compile file or code (detect if $input is an exisisting file, else use it as content).
3838 *
39- * @param string $input file or content
40- * @param string $filename if specified, input is used as content and filename as its name
39+ * @param string $input file or content
40+ * @param string $filename if specified, input is used as content and filename as its name
4141 *
4242 * @return string
4343 */
@@ -65,7 +65,7 @@ public function compile($input, $filename = null)
6565 /**
6666 * Compile a file.
6767 *
68- * @param string $file input file
68+ * @param string $file input file
6969 *
7070 * @return string
7171 */
@@ -77,7 +77,7 @@ public function compileFile($file)
7777 /**
7878 * Compile raw code.
7979 *
80- * @param string $code input code
80+ * @param string $code input code
8181 *
8282 * @return string
8383 */
You can’t perform that action at this time.
0 commit comments