Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jan 15, 2025
1 parent 993fec6 commit 124c68b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ function am_modify_load_method( string $handle, string $load_method = 'sync' ):
* @param string $src URI to stylesheet.
* @param array $deps List of dependencies.
* @param array|string $condition Corresponds to a configured loading condition that, if matches,
* will allow the stylesheet to load.
* 'global' is assumed if no condition is declared.
* will allow the stylesheet to load.
* 'global' is assumed if no condition is declared.
* @param string $load_method How to load this asset.
* @param string|null $version Version of the script.
* @param string $load_hook Hook on which to load this asset.
Expand Down Expand Up @@ -128,8 +128,8 @@ function am_enqueue_style( array|string $handle, ?string $src = null, array $dep
* @param array|string $handle Handle for asset. This is necessary for dependency management.
* @param string $src URI to asset.
* @param array|string $condition Corresponds to a configured loading condition that, if matches,
* will allow the asset to load.
* 'global' is assumed if no condition is declared.
* will allow the asset to load.
* 'global' is assumed if no condition is declared.
* @param string|null $version Version of the asset.
* @param string $media Media query to restrict when this asset is loaded.
* @param string $as A hint to the browser about what type of asset this is.
Expand Down Expand Up @@ -167,8 +167,8 @@ function am_preload( array|string $handle, ?string $src = null, array|string $co
* filter to update the directory from which relative paths will be
* completed.
* @param array|string $condition Corresponds to a configured loading condition that, if matches,
* will allow the asset to be added to the sprite sheet.
* 'global' is assumed if no condition is declared.
* will allow the asset to be added to the sprite sheet.
* 'global' is assumed if no condition is declared.
* @param array $attributes An array of attribute names and values to add to the resulting <svg>
* everywhere it is printed.
*
Expand Down

0 comments on commit 124c68b

Please sign in to comment.