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
36
36
/**
37
37
* Compile file or code (detect if $input is an exisisting file, else use it as content).
38
38
*
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
41
41
*
42
42
* @return string
43
43
*/
@@ -65,7 +65,7 @@ public function compile($input, $filename = null)
65
65
/**
66
66
* Compile a file.
67
67
*
68
- * @param string $file input file
68
+ * @param string $file input file
69
69
*
70
70
* @return string
71
71
*/
@@ -77,7 +77,7 @@ public function compileFile($file)
77
77
/**
78
78
* Compile raw code.
79
79
*
80
- * @param string $code input code
80
+ * @param string $code input code
81
81
*
82
82
* @return string
83
83
*/
You can’t perform that action at this time.
0 commit comments