Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Dec 1, 2023
1 parent 798e1cc commit 6ba063e
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/Child.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class Child
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/Children.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class Children
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/Depth.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class Depth
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("CLASS")
*/
class Document
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class Field extends TranslatableProperty
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/Id.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class Id
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/Locale.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class Locale
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("CLASS")
*/
final class MappedSuperclass extends Document
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class MixedReferrers
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class Node
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/Nodename.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* The name of this node as in PHPCR\NodeInterface::getName.
*
* @Annotation
*
* @Target("PROPERTY")
*/
final class Nodename
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Parent is a reserved keyword in php, thus we use ParentDocument as name.
*
* @Annotation
*
* @Target("PROPERTY")
*/
final class ParentDocument
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/PostLoad.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("METHOD")
*/
final class PostLoad
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/PostPersist.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("METHOD")
*/
final class PostPersist
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/PostRemove.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("METHOD")
*/
final class PostRemove
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/PostUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("METHOD")
*/
final class PostUpdate
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/PrePersist.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("METHOD")
*/
final class PrePersist
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/PreRemove.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("METHOD")
*/
final class PreRemove
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/PreUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("METHOD")
*/
final class PreUpdate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class ReferenceMany extends Reference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class ReferenceOne extends Reference
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/Referrers.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class Referrers
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/Uuid.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class Uuid extends Property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class VersionCreated
Expand Down
1 change: 0 additions & 1 deletion lib/Doctrine/ODM/PHPCR/Mapping/Annotations/VersionName.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/**
* @Annotation
*
* @Target("PROPERTY")
*/
final class VersionName
Expand Down

0 comments on commit 6ba063e

Please sign in to comment.