-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
85 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ | |
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-main": "3.11-dev" | ||
"dev-main": "3.12-dev" | ||
} | ||
}, | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class BlameableListener extends AbstractTrackingListener | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class BadMethodCallException extends \BadMethodCallException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class FeatureNotImplementedException extends \RuntimeException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class InvalidMappingException extends InvalidArgumentException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* | ||
* @author Evert Harmeling <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class ReferenceIntegrityStrictException extends RuntimeException | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class TreeLockingException extends RuntimeException | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UnexpectedValueException extends \UnexpectedValueException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UnsupportedObjectManagerException extends InvalidArgumentException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableCantWriteException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableCouldntGuessMimeTypeException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableDirectoryNotFoundException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableExtensionException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableFileAlreadyExistsException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableFileNotReadableException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableFormSizeException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableIniSizeException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableInvalidFileException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableInvalidMimeTypeException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableInvalidPathException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableMaxSizeException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableNoFileException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableNoPathDefinedException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableNoTmpDirException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadablePartialException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Gustavo Falco <[email protected]> | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class UploadableUploadException extends UploadableException implements Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* | ||
* @author Pierre-Charles Bertineau <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class IpTraceableListener extends AbstractTrackingListener | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class LogEntryRepository extends DocumentRepository | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
* | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class LogEntryRepository extends EntityRepository | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class Chain implements Driver | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
* | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class ExtensionMetadataFactory | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* | ||
* @author Evert Harmeling <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class Validator | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* | ||
* @author Evert Harmeling <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class ReferenceIntegrityListener extends MappedEventSubscriber | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* | ||
* @author Gediminas Morkevicius <[email protected]> | ||
* | ||
* @final since gedmo/doctrine-extensions 3.x | ||
* @final since gedmo/doctrine-extensions 3.11 | ||
*/ | ||
class InversedRelativeSlugHandler implements SlugHandlerInterface | ||
{ | ||
|
Oops, something went wrong.