Skip to content

Commit

Permalink
Remove annotation based schema-query-parameter processor example in…
Browse files Browse the repository at this point in the history
… favour of the attribute version (zircote#1628)
  • Loading branch information
DerManoMann authored Jul 15, 2024
1 parent 88895af commit e28255e
Show file tree
Hide file tree
Showing 14 changed files with 124 additions and 411 deletions.
9 changes: 1 addition & 8 deletions Examples/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ class MyCustomProcessor

* **schema-query-parameter processor**

A processor that takes a vendor tag (expecting a schema `#ref`) and injects all properties of that given schema as
query parameter to the [request definition](processors/schema-query-parameter/app/ProductController.php).

[source](processors/schema-query-parameter)

* **schema-query-parameter-attributes processor**

Same as the `schema-query-parameter` processor but uses php attributes instead of annotations.
A processor that takes a vendor tag (expecting a schema `#ref`) and injects all properties of that given schema as
query parameter to the [request definition](processors/schema-query-parameter-attributes/SchemaQueryParameter.php).
Expand All @@ -76,6 +69,6 @@ class MyCustomProcessor

* **sort-components processor**

A processor that sorts components so they appear in alphabetical order.
A processor that sorts components, so they appear in alphabetical order.

[source](processors/sort-components)

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions Examples/processors/schema-query-parameter-attributes/scan.php

This file was deleted.

This file was deleted.

Loading

0 comments on commit e28255e

Please sign in to comment.