Skip to content

Commit f00cf89

Browse files
committed
Align markup vs &attributes precedence with pug-js
split: dd5b6edb537be0b4c081b32fcc690e6c5fbbd46c
1 parent 4fc854f commit f00cf89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Renderer/Adapter/FileAdapter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ private function checkPathExpiration(&$path)
364364
* Return true if the file or content is up to date in the cache folder,
365365
* false else.
366366
*
367-
* @param &string $path to be filled
368-
* @param string $input file or pug code
367+
* @param string &$path to be filled
368+
* @param string $input file or pug code
369369
*
370370
* @return bool
371371
*/

0 commit comments

Comments
 (0)