DOC Removed white space

This commit is contained in:
Finlay Metcalfe 2023-12-13 15:02:09 +13:00
parent eb7674f6ec
commit de57cd563d
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ class Requirements implements Flushable
* Register the given Javascript code into the list of requirements with optional tag
* attributes.
*
* @param string $script The script content as a string (without enclosing `<script>` tag)
* @param string $script The script content as a string (without enclosing `<script>` tag)
* @param array $options List of options. Available options include:
* - 'type' : Specifies the type of script
* - 'crossorigin' : Cross-origin policy for the resource

View File

@ -512,7 +512,7 @@ class Requirements_Backend
* Register the given Javascript code into the list of requirements with optional tag
* attributes.
*
* @param string $script The script content as a string (without enclosing `<script>` tag)
* @param string $script The script content as a string (without enclosing `<script>` tag)
* @param array $options List of options. Available options include:
* - 'type' : Specifies the type of script
* - 'crossorigin' : Cross-origin policy for the resource