Skip to content

Commit

Permalink
composer run test
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 27, 2022
1 parent fd78f41 commit 5a702f0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.2.0] - 2022-01-27
### Fixed
- List of arguments is empty when `apply_filters` is returned instead of assigned to variable (props @LuigiPulcini). ( [#11](https://github.com/pronamic/wp-documentor/issues/11) )
- List of arguments is empty when `apply_filters` is returned instead of assigned to variable (props [@LuigiPulcini](https://github.com/LuigiPulcini)). ( [#11](https://github.com/pronamic/wp-documentor/issues/11) )

### Added
- Added `--prefix` option (props @LuigiPulcini). ( [#11](https://github.com/pronamic/wp-documentor/pull/10) )
- Added `--prefix` option (props [@LuigiPulcini](https://github.com/LuigiPulcini)). ( [#10](https://github.com/pronamic/wp-documentor/pull/10) )

## [1.1.1] - 2021-06-10
### Changed
Expand Down
2 changes: 1 addition & 1 deletion tests/docs/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,5 +546,5 @@ Argument | Type | Description
Source: [tests/source/filters.php](../source/filters.php), [line 137](../source/filters.php#L137-L137)


<p align="center"><a href="https://github.com/pronamic/wp-documentor"><img src="https://cdn.jsdelivr.net/gh/pronamic/wp-documentor@main/logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/pronamic/wp-documentor">Pronamic WordPress Documentor</a> <code>1.1.1</code></em><p>
<p align="center"><a href="https://github.com/pronamic/wp-documentor"><img src="https://cdn.jsdelivr.net/gh/pronamic/wp-documentor@main/logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/pronamic/wp-documentor">Pronamic WordPress Documentor</a> <code>1.2.0</code></em><p>

2 changes: 1 addition & 1 deletion tests/docs/wordpress-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -54713,5 +54713,5 @@ Version | Description
Source: [wordpress/wp-signup.php](../../wordpress/wp-signup.php), [line 893](../../wordpress/wp-signup.php#L893-L901)


<p align="center"><a href="https://github.com/pronamic/wp-documentor"><img src="https://cdn.jsdelivr.net/gh/pronamic/wp-documentor@main/logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/pronamic/wp-documentor">Pronamic WordPress Documentor</a> <code>1.1.1</code></em><p>
<p align="center"><a href="https://github.com/pronamic/wp-documentor"><img src="https://cdn.jsdelivr.net/gh/pronamic/wp-documentor@main/logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/pronamic/wp-documentor">Pronamic WordPress Documentor</a> <code>1.2.0</code></em><p>

2 changes: 1 addition & 1 deletion tests/issue-10/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Argument | Type | Description
Source: [tests/issue-10/test-issue-10.php](test-issue-10.php), [line 36](test-issue-10.php#L36-L42)


<p align="center"><a href="https://github.com/pronamic/wp-documentor"><img src="https://cdn.jsdelivr.net/gh/pronamic/wp-documentor@main/logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/pronamic/wp-documentor">Pronamic WordPress Documentor</a> <code>1.1.1</code></em><p>
<p align="center"><a href="https://github.com/pronamic/wp-documentor"><img src="https://cdn.jsdelivr.net/gh/pronamic/wp-documentor@main/logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/pronamic/wp-documentor">Pronamic WordPress Documentor</a> <code>1.2.0</code></em><p>

14 changes: 7 additions & 7 deletions tests/issue-11/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

Argument | Type | Description
-------- | ---- | -----------
`$first_param` | `string` | This is the first argument
`$second_param` | `string` | This is the second argument
`$first_param` | `string` | This is the first argument.
`$second_param` | `string` | This is the second argument.

Source: [tests/issue-11/test-issue-11.php](test-issue-11.php), [line 4](test-issue-11.php#L4-L10)
Source: [tests/issue-11/test-issue-11.php](test-issue-11.php), [line 19](test-issue-11.php#L19-L25)

### `my_plugin_filter_2`

Expand All @@ -30,11 +30,11 @@ Source: [tests/issue-11/test-issue-11.php](test-issue-11.php), [line 4](test-iss

Argument | Type | Description
-------- | ---- | -----------
`$first_param` | `string` | This is the first argument
`$second_param` | `string` | This is the second argument
`$first_param` | `string` | This is the first argument.
`$second_param` | `string` | This is the second argument.

Source: [tests/issue-11/test-issue-11.php](test-issue-11.php), [line 16](test-issue-11.php#L16-L22)
Source: [tests/issue-11/test-issue-11.php](test-issue-11.php), [line 38](test-issue-11.php#L38-L44)


<p align="center"><a href="https://github.com/pronamic/wp-documentor"><img src="https://cdn.jsdelivr.net/gh/pronamic/wp-documentor@main/logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/pronamic/wp-documentor">Pronamic WordPress Documentor</a> <code>1.1.1</code></em><p>
<p align="center"><a href="https://github.com/pronamic/wp-documentor"><img src="https://cdn.jsdelivr.net/gh/pronamic/wp-documentor@main/logos/pronamic-wp-documentor.svgo-min.svg" alt="Pronamic WordPress Documentor" width="32" height="32"></a><br><em>Generated by <a href="https://github.com/pronamic/wp-documentor">Pronamic WordPress Documentor</a> <code>1.2.0</code></em><p>

0 comments on commit 5a702f0

Please sign in to comment.