Skip to content

Commit

Permalink
fixed coding-style
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-trozowski committed Mar 18, 2022
1 parent a80c746 commit be0a9a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/DMS/Filter/Filters/Zend.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Zend Filter
*
* Instantiates and runs Zend Filters (from ZF2)
*
* @deprecated Replaced with {@link Laminas}
*/
class Zend extends BaseFilter
Expand Down
3 changes: 2 additions & 1 deletion src/DMS/Filter/Rules/Zend.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
*
* Allows the use for Zend Filters
*
* @Annotation
* @deprecated Replaced with {@link Laminas}
*
* @Annotation
*/
class Zend extends Rule
{
Expand Down

0 comments on commit be0a9a4

Please sign in to comment.