Skip to content

Commit b93cae1

Browse files
committed
Remove author annotations
We've decided to no longer add author annotations since we can't add everyone who contributes to the list. Instead, refer to the Github contributor list.
1 parent a1ffee4 commit b93cae1

File tree

101 files changed

+5
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+5
-236
lines changed

lib/Doctrine/ODM/MongoDB/Configuration.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
* $dm = DocumentManager::create(new Connection(), $config);
4141
*
4242
* @since 1.0
43-
* @author Jonathan H. Wage <jonwage@gmail.com>
44-
* @author Roman Borschel <roman@code-factory.org>
4543
*/
4644
class Configuration extends \Doctrine\MongoDB\Configuration
4745
{

lib/Doctrine/ODM/MongoDB/Cursor.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
* For compatibility, this class also extends Doctrine\MongoDB\Cursor.
3838
*
3939
* @since 1.0
40-
* @author Jonathan H. Wage <jonwage@gmail.com>
41-
* @author Roman Borschel <roman@code-factory.org>
42-
* @author Jeremy Mikola <jmikola@gmail.com>
4340
*/
4441
class Cursor implements CursorInterface
4542
{

lib/Doctrine/ODM/MongoDB/DocumentManager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
* $dm = DocumentManager::create(new Connection(), $config);
4040
*
4141
* @since 1.0
42-
* @author Jonathan H. Wage <jonwage@gmail.com>
43-
* @author Roman Borschel <roman@code-factory.org>
4442
*/
4543
class DocumentManager implements ObjectManager
4644
{

lib/Doctrine/ODM/MongoDB/DocumentNotFoundException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
* an identifier that does not exist in the database.
2525
*
2626
* @since 1.0
27-
* @author Jonathan H. Wage <jonwage@gmail.com>
2827
*/
2928
class DocumentNotFoundException extends MongoDBException
3029
{

lib/Doctrine/ODM/MongoDB/DocumentRepository.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
* write their own repositories with business-specific methods to locate documents.
3535
*
3636
* @since 1.0
37-
* @author Jonathan H. Wage <jonwage@gmail.com>
38-
* @author Roman Borschel <roman@code-factory.org>
3937
*/
4038
class DocumentRepository implements ObjectRepository, Selectable
4139
{

lib/Doctrine/ODM/MongoDB/EagerCursor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
* initialization.
2525
*
2626
* @since 1.0
27-
* @author Jonathan H. Wage <jonwage@gmail.com>
2827
* @deprecated Deprecated in favor of using Cursor; will be removed in 2.0
2928
*/
3029
class EagerCursor extends Cursor

lib/Doctrine/ODM/MongoDB/Events.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
* This class cannot be instantiated.
2626
*
2727
* @since 1.0
28-
* @author Jonathan H. Wage <jonwage@gmail.com>
29-
* @author Roman Borschel <roman@code-factory.org>
3028
*/
3129
final class Events
3230
{

lib/Doctrine/ODM/MongoDB/Hydrator/HydratorException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* MongoDB ODM Hydrator Exception
2626
*
2727
* @since 1.0
28-
* @author Jonathan H. Wage <jonwage@gmail.com>
2928
*/
3029
class HydratorException extends MongoDBException
3130
{

lib/Doctrine/ODM/MongoDB/Hydrator/HydratorFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
* type based on document's ClassMetadata
3636
*
3737
* @since 1.0
38-
* @author Jonathan H. Wage <jonwage@gmail.com>
3938
*/
4039
class HydratorFactory
4140
{

lib/Doctrine/ODM/MongoDB/Hydrator/HydratorInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* The HydratorInterface defines methods all hydrator need to implement
2626
*
2727
* @since 1.0
28-
* @author Jonathan H. Wage <jonwage@gmail.com>
2928
*/
3029
interface HydratorInterface
3130
{

0 commit comments

Comments
 (0)