Skip to content

Commit 3b2552e

Browse files
flohwAkenRoberts
authored andcommitted
Remove interpreted annotations from phpdoc
1 parent fbc95cd commit 3b2552e

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ a release.
1919
---
2020

2121
## [Unreleased]
22+
### Sluggable
23+
#### Fixed
24+
- Remove PHPDoc samples as they are interpreted by Annotation Reader.
2225

2326
## [2.4.40] - 2020-04-27
2427
### SoftDeleteable

lib/Gedmo/Mapping/Annotation/SlugHandler.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@
77
/**
88
* SlugHandler annotation for Sluggable behavioral extension
99
*
10-
* @Gedmo\Slug(handlers={
11-
* @Gedmo\SlugHandler(class="Some\Class", options={
12-
* @Gedmo\SlugHandlerOption(name="relation", value="parent"),
13-
* @Gedmo\SlugHandlerOption(name="separator", value="/")
14-
* }),
15-
* @Gedmo\SlugHandler(class="Some\Class", options={
16-
* @Gedmo\SlugHandlerOption(name="option", value="val"),
17-
* ...
18-
* }),
19-
* ...
20-
* }, separator="-", updatable=false)
21-
*
2210
* @Annotation
2311
*
2412
* @author Gediminas Morkevicius <[email protected]>

lib/Gedmo/Mapping/Annotation/SlugHandlerOption.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@
77
/**
88
* SlugHandlerOption annotation for Sluggable behavioral extension
99
*
10-
* @Gedmo\Slug(handlers={
11-
* @Gedmo\SlugHandler(class="Some\Class", options={
12-
* @Gedmo\SlugHandlerOption(name="relation", value="parent"),
13-
* @Gedmo\SlugHandlerOption(name="separator", value="/")
14-
* }),
15-
* @Gedmo\SlugHandler(class="Some\Class", options={
16-
* @Gedmo\SlugHandlerOption(name="option", value="val"),
17-
* ...
18-
* }),
19-
* ...
20-
* }, separator="-", updatable=false)
21-
*
2210
* @Annotation
2311
*
2412
* @author Gediminas Morkevicius <[email protected]>

0 commit comments

Comments
 (0)