Skip to content

Commit 83c6785

Browse files
committed
Align documentation comments
1 parent 8fb2ce5 commit 83c6785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/JsPhpize/JsPhpize.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)