Skip to content

Commit

Permalink
Merge pull request #9 from therephil/patch-1
Browse files Browse the repository at this point in the history
fix type declaration for the path
  • Loading branch information
RobertCordes authored Apr 9, 2021
2 parents ba39cea + 5e0cc24 commit 91fe17d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
/**
* Get the appropriate HTML tag with the right path for the (versioned) Mix file.
*
* @param string $path Path as it appears in the mix-manifest.json
* @param string|array $path Path as it appears in the mix-manifest.json or an
* array of paths to look for
* @param string|bool|array $options Pass an array of attributes for the tag
* or a string/bool. A string behaves in the same way as in Kirby's `css()`
* and `js()` helper functions: for css files it will be used as the value
Expand Down

0 comments on commit 91fe17d

Please sign in to comment.