Scanned 261 files with 1672 methods in their classes. 919 methods (55.0%) are regular, 388 methods (23.2%) have no docblock, 365 methods (21.8%) have an outdated docblock.
../doctrine2/lib/Doctrine/ORM/Event/PreUpdateEventArgs.php
Doctrine\ORM\Event\PreUpdateEventArgs:35
Method: hasChangedField
../doctrine2/lib/Doctrine/ORM/Event/OnClearEventArgs.php
Doctrine\ORM\Event\OnClearEventArgs:31
Method: __construct
- Outdated param type:
\Doctrine\ORM\EntityManager $em
../doctrine2/lib/Doctrine/ORM/Event/PreFlushEventArgs.php
Doctrine\ORM\Event\PreFlushEventArgs:34
Method: __construct
../doctrine2/lib/Doctrine/ORM/Internal/Hydration/ArrayHydrator.php
Doctrine\ORM\Internal\Hydration\ArrayHydrator:32
Method: hydrateRowData
- Outdated param type:
array $result
../doctrine2/lib/Doctrine/ORM/Internal/Hydration/IterableResult.php
Doctrine\ORM\Internal\Hydration\IterableResult:29
Method: rewind
Method: __construct
- Outdated param type:
\Doctrine\ORM\Internal\Hydration\AbstractHydrator $hydrator
../doctrine2/lib/Doctrine/ORM/Internal/Hydration/HydrationException.php
Doctrine\ORM\Internal\Hydration\HydrationException:5
Method: nonUniqueResult
Method: parentObjectOfRelationNotFound
Method: emptyDiscriminatorValue
../doctrine2/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php
Doctrine\ORM\Internal\Hydration\ObjectHydrator:41
Method: _getEntityFromIdentityMap
Method: _initRelatedCollection
- Missing param:
$fieldName - Unexpected param:
$name - Outdated param type:
ClassMetadata $class
Method: hydrateRowData
- Missing param:
array $row - Unexpected param:
array $data
../doctrine2/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php
Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator:29
Method: hydrateRowData
- Outdated param type:
array $result
../doctrine2/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php
Doctrine\ORM\Internal\Hydration\AbstractHydrator:37
Method: iterate
- Missing param:
array $hints
Method: hydrateRowData
- Outdated param type:
array $result
Method: gatherRowData
- Missing param:
array $cache - Missing param:
array $id - Missing param:
array $nonemptyComponents - Unexpected param:
array &$cache - Unexpected param:
array &$id - Unexpected param:
array &$nonemptyComponents
Method: gatherScalarRowData
- Outdated param type:
array $data - Outdated param type:
array $cache
../doctrine2/lib/Doctrine/ORM/Internal/Hydration/ScalarHydrator.php
Doctrine\ORM\Internal\Hydration\ScalarHydrator:33
Method: hydrateRowData
- Outdated param type:
array $result
../doctrine2/lib/Doctrine/ORM/Internal/CommitOrderCalculator.php
Doctrine\ORM\Internal\CommitOrderCalculator:30
Method: _visitNode
Method: addDependency
Method: hasClass
Method: addClass
../doctrine2/lib/Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php
Doctrine\ORM\Tools\Event\GenerateSchemaEventArgs:36
Method: __construct
- Missing param:
Doctrine\ORM\EntityManager $em - Unexpected param:
ClassMetadata $classMetadata - Unexpected param:
Table $classTable
../doctrine2/lib/Doctrine/ORM/Tools/EntityGenerator.php
Doctrine\ORM\Tools\EntityGenerator:48
Method: __construct
Method: _generateEntityNamespace
Method: _generateEntityClassName
Method: _generateEntityBody
Method: _generateEntityConstructor
Method: _hasProperty
Method: _hasMethod
Method: _hasNamespace
Method: _extendsClass
Method: _getClassToExtend
Method: _getClassToExtendName
Method: _getClassName
Method: _getNamespace
Method: _generateEntityDocBlock
Method: _generateTableAnnotation
Method: _generateInheritanceAnnotation
Method: _generateDiscriminatorColumnAnnotation
Method: _generateDiscriminatorMapAnnotation
Method: _generateEntityStubMethods
Method: _isAssociationIsNullable
Method: _generateEntityLifecycleCallbackMethods
Method: _generateEntityAssociationMappingProperties
Method: _generateEntityFieldMappingProperties
Method: _generateEntityStubMethod
Method: _generateLifecycleCallbackMethod
Method: _generateJoinColumnAnnotation
Method: _generateAssociationMappingPropertyDocBlock
Method: _generateFieldMappingPropertyDocBlock
Method: _prefixCodeWithSpaces
Method: _getInheritanceTypeString
Method: _getChangeTrackingPolicyString
Method: _getIdGeneratorTypeString
Method: setClassToExtend
- Missing param:
$classToExtend
Method: setBackupExisting
../doctrine2/lib/Doctrine/ORM/Tools/Export/ExportException.php
Doctrine\ORM\Tools\Export\ExportException:7
Method: invalidExporterDriverType
Method: invalidMappingDriverType
Method: attemptOverwriteExistingFile
../doctrine2/lib/Doctrine/ORM/Tools/Export/Driver/AbstractExporter.php
Doctrine\ORM\Tools\Export\Driver\AbstractExporter:38
Method: __construct
Method: setOverwriteExistingFiles
Method: _getInheritanceTypeString
Method: _getChangeTrackingPolicyString
Method: _getIdGeneratorTypeString
../doctrine2/lib/Doctrine/ORM/Tools/Export/Driver/PhpExporter.php
Doctrine\ORM\Tools\Export\Driver\PhpExporter:36
Method: _varExport
../doctrine2/lib/Doctrine/ORM/Tools/Export/Driver/AnnotationExporter.php
Doctrine\ORM\Tools\Export\Driver\AnnotationExporter:38
Method: _generateOutputPath
Method: setEntityGenerator
../doctrine2/lib/Doctrine/ORM/Tools/Export/Driver/XmlExporter.php
Doctrine\ORM\Tools\Export\Driver\XmlExporter:36
Method: _asXml
- Outdated param type:
\SimpleXMLElement $simpleXml
../doctrine2/lib/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php
Doctrine\ORM\Tools\Export\ClassMetadataExporter:38
Method: getExporter
- Missing param:
$dest - Unexpected param:
$source
../doctrine2/lib/Doctrine/ORM/Tools/ToolsException.php
Doctrine\ORM\Tools\ToolsException:29
Method: schemaToolFailure
Method: couldNotMapDoctrine1Type
../doctrine2/lib/Doctrine/ORM/Tools/ConvertDoctrine1Schema.php
Doctrine\ORM\Tools\ConvertDoctrine1Schema:39
Method: _convertToClassMetadataInfo
Method: _convertTableName
Method: _convertColumns
Method: _convertColumn
Method: _convertIndexes
Method: _convertRelations
Method: __construct
- Outdated param type:
array $from
../doctrine2/lib/Doctrine/ORM/Tools/Console/MetadataFilter.php
Doctrine\ORM\Tools\Console\MetadataFilter:36
Method: __construct
Method: accept
Method: count
Method: filter
- Outdated param type:
array $filter
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php
Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand:44
Method: getExporter
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php
Doctrine\ORM\Tools\Console\Command\GenerateEntitiesCommand:43
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php
Doctrine\ORM\Tools\Console\Command\GenerateProxiesCommand:41
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php
Doctrine\ORM\Tools\Console\Command\GenerateRepositoriesCommand:42
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php
Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand:40
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php
Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand:38
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php
Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand:38
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php
Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand:38
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php
Doctrine\ORM\Tools\Console\Command\RunDqlCommand:40
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php
Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand:42
Method: executeSchemaCommand
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php
Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand:44
Method: executeSchemaCommand
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php
Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand:33
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php
Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand:42
Method: executeSchemaCommand
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php
Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand:40
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php
Doctrine\ORM\Tools\Console\Command\InfoCommand:36
Method: configure
Method: execute
../doctrine2/lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php
Doctrine\ORM\Tools\Console\Command\ConvertDoctrine1SchemaCommand:43
Method: execute
- Missing param:
Symfony\Component\Console\Input\InputInterface $input - Missing param:
Symfony\Component\Console\Output\OutputInterface $output
Method: convertDoctrine1Schema
- Outdated param type:
\Doctrine\ORM\EntityManager $em - Outdated param type:
array $fromPaths - Outdated param type:
null $extend - Outdated param type:
Console\Output\OutputInterface $output
../doctrine2/lib/Doctrine/ORM/Tools/Console/Helper/EntityManagerHelper.php
Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper:39
Method: __construct
- Missing param:
Doctrine\ORM\EntityManager $em - Unexpected param:
Connection $connection
../doctrine2/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php
Doctrine\ORM\Tools\ResolveTargetEntityListener:34
Method: remapAssociation
../doctrine2/lib/Doctrine/ORM/Tools/SchemaTool.php
Doctrine\ORM\Tools\SchemaTool:43
Method: processingNotRequired
- Outdated param type:
ClassMetadata $class
Method: addDiscriminatorColumnDefinition
- Missing param:
$table - Outdated param type:
ClassMetadata $class
Method: _gatherColumns
- Outdated param type:
ClassMetadata $class - Outdated param type:
Table $table
Method: _gatherColumn
- Outdated param type:
ClassMetadata $class - Outdated param type:
Table $table
Method: _gatherRelationsSql
- Outdated param type:
ClassMetadata $class - Outdated param type:
\Doctrine\DBAL\Schema\Table $table - Outdated param type:
\Doctrine\DBAL\Schema\Schema $schema
Method: getDefiningClass
- Outdated param type:
ClassMetadata $class
Method: _gatherRelationJoinColumns
- Outdated param type:
array $joinColumns - Outdated param type:
\Doctrine\DBAL\Schema\Table $theJoinTable - Outdated param type:
ClassMetadata $class - Outdated param type:
array $mapping - Outdated param type:
array $primaryKeyColumns - Outdated param type:
array $uniqueConstraints
../doctrine2/lib/Doctrine/ORM/Tools/DisconnectedClassMetadataFactory.php
Doctrine\ORM\Tools\DisconnectedClassMetadataFactory:39
Method: getReflectionService
../doctrine2/lib/Doctrine/ORM/Tools/EntityRepositoryGenerator.php
Doctrine\ORM\Tools\EntityRepositoryGenerator:36
Method: generateEntityRepositoryClass
Method: writeEntityRepositoryClass
../doctrine2/lib/Doctrine/ORM/EntityRepository.php
Doctrine\ORM\EntityRepository:38
Method: __construct
- Missing param:
Doctrine\ORM\Mapping\ClassMetadata $class - Unexpected param:
ClassMetadata $classMetadata - Outdated param type:
EntityManager $em
Method: find
- Missing param:
$id - Unexpected param:
$id The
Method: findBy
- Outdated param type:
array|null/array $orderBy - Outdated param type:
null $limit - Outdated param type:
null $offset
Method: __call
- Missing param:
$method - Missing param:
$arguments
../doctrine2/lib/Doctrine/ORM/ORMInvalidArgumentException.php
Doctrine\ORM\ORMInvalidArgumentException:27
Method: scheduleInsertForManagedEntity
Method: scheduleInsertForRemovedEntity
Method: scheduleInsertTwice
Method: entityWithoutIdentity
Method: readOnlyRequiresManagedEntity
Method: newEntityFoundThroughRelationship
Method: detachedEntityFoundThroughRelationship
Method: entityNotManaged
Method: entityHasNoIdentity
Method: entityIsRemoved
Method: detachedEntityCannot
Method: invalidObject
../doctrine2/lib/Doctrine/ORM/EntityManager.php
Doctrine\ORM\EntityManager:42
Method: getClassMetadata
- Missing param:
$className
Method: createQuery
- Missing param:
$dql - Unexpected param:
The
Method: persist
- Missing param:
$entity - Unexpected param:
$object
Method: copy
../doctrine2/lib/Doctrine/ORM/Events.php
Doctrine\ORM\Events:32
Method: __construct
../doctrine2/lib/Doctrine/ORM/TransactionRequiredException.php
Doctrine\ORM\TransactionRequiredException:34
Method: transactionRequired
../doctrine2/lib/Doctrine/ORM/OptimisticLockException.php
Doctrine\ORM\OptimisticLockException:30
Method: __construct
Method: lockFailed
Method: lockFailedVersionMissmatch
Method: notVersioned
../doctrine2/lib/Doctrine/ORM/UnitOfWork.php
Doctrine\ORM\UnitOfWork:44
Method: persistNew
Method: isCollectionScheduledForDeletion
Method: getEntityChangeSet
Method: computeAssociationChanges
- Outdated param type:
AssociationMapping $assoc
Method: executeInserts
- Outdated param type:
\Doctrine\ORM\Mapping\ClassMetadata $class
Method: executeUpdates
- Outdated param type:
\Doctrine\ORM\Mapping\ClassMetadata $class
Method: executeDeletions
- Outdated param type:
\Doctrine\ORM\Mapping\ClassMetadata $class
Method: getCommitOrder
- Missing param:
array $entityChangeSet
Method: doMerge
- Missing param:
$prevManagedCopy - Missing param:
$assoc
Method: cascadePersist
- Unexpected param:
array $insertNow
Method: newInstance
- Outdated param type:
ClassMetadata $class
Method: createEntity
- Outdated param type:
array $hints
Method: loadCollection
- Outdated param type:
PeristentCollection/Doctrine\ORM\PersistentCollection $collection
Method: setOriginalEntityData
- Missing param:
$entity - Missing param:
array $data
Method: getCollectionPersister
- Outdated param type:
AssociationMapping/array $association
Method: initializeObject
- Missing param:
$obj - Unexpected param:
../doctrine2/lib/Doctrine/ORM/EntityNotFoundException.php
Doctrine\ORM\EntityNotFoundException:28
Method: __construct
../doctrine2/lib/Doctrine/ORM/Persisters/SingleTablePersister.php
Doctrine\ORM\Persisters\SingleTablePersister:34
Method: _getSQLTableAlias
- Missing param:
$assocName
Method: _getSelectConditionSQL
- Outdated param type:
AssociationMapping $assoc
../doctrine2/lib/Doctrine/ORM/Persisters/AbstractEntityInheritancePersister.php
Doctrine\ORM\Persisters\AbstractEntityInheritancePersister:34
Method: getSelectJoinColumnSQL
../doctrine2/lib/Doctrine/ORM/Persisters/OneToManyPersister.php
Doctrine\ORM\Persisters\OneToManyPersister:33
Method: _getInsertRowSQL
Method: _getUpdateRowSQL
Method: count
- Missing param:
Doctrine\ORM\PersistentCollection $coll
../doctrine2/lib/Doctrine/ORM/Persisters/JoinedSubclassPersister.php
Doctrine\ORM\Persisters\JoinedSubclassPersister:38
Method: _getSelectColumnListSQL
Method: _getSelectEntitiesSQL
- Outdated param type:
AssociationMapping $assoc
../doctrine2/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php
Doctrine\ORM\Persisters\BasicEntityPersister:78
Method: getManyToManyStatement
Method: fetchVersionValue
- Outdated param type:
\Doctrine\ORM\Mapping\ClassMetadata $versionedClass
Method: deleteJoinTableRecords
- Outdated param type:
array $identifier
Method: load
- Missing param:
$assoc - Unexpected param:
$assoc The
Method: getManyToManyCollection
- Outdated param type:
null $offset - Outdated param type:
null $limit
Method: loadArrayFromStatement
- Outdated param type:
array $assoc - Outdated param type:
\Doctrine\DBAL\Statement $stmt
Method: loadCollectionFromStatement
- Outdated param type:
array $assoc - Outdated param type:
\Doctrine\DBAL\Statement $stmt - Outdated param type:
PersistentCollection $coll
Method: loadManyToManyCollection
- Unexpected param:
null $offset - Unexpected param:
null $limit - Outdated param type:
ManyToManyMapping/array $assoc
Method: _getSelectEntitiesSQL
- Outdated param type:
AssociationMapping $assoc
Method: _getSelectColumnAssociationSQL
- Outdated param type:
array $assoc
Method: _getSelectManyToManyJoinSQL
- Outdated param type:
ManyToManyMapping/array $manyToMany
Method: _getSQLTableAlias
- Missing param:
$assocName
Method: _getSelectConditionSQL
- Outdated param type:
AssociationMapping $assoc
Method: loadOneToManyCollection
- Unexpected param:
null $offset - Unexpected param:
null $limit
Method: getOneToManyStatement
- Outdated param type:
null $offset - Outdated param type:
null $limit
Method: expandParameters
- Outdated param type:
array $criteria
Method: exists
- Missing param:
array $extraConditions
Method: getJoinSQLForJoinColumns
- Outdated param type:
array $joinColumns
../doctrine2/lib/Doctrine/ORM/Persisters/ManyToManyPersister.php
Doctrine\ORM\Persisters\ManyToManyPersister:36
Method: _collectJoinTableColumnParameters
- Outdated param type:
Doctrine\ORM\PersistentCollection $coll
Method: count
- Missing param:
Doctrine\ORM\PersistentCollection $coll
Method: getFilterSql
- Outdated param type:
array $mapping
../doctrine2/lib/Doctrine/ORM/Persisters/AbstractCollectionPersister.php
Doctrine\ORM\Persisters\AbstractCollectionPersister:31
Method: deleteRows
Method: insertRows
Method: count
Method: slice
Method: contains
Method: containsKey
Method: removeElement
Method: removeKey
Method: get
../doctrine2/lib/Doctrine/ORM/QueryBuilder.php
Doctrine\ORM\QueryBuilder:33
Method: _getDQLForDelete
Method: _getDQLForUpdate
Method: _getDQLForSelect
Method: _getReducedDQLQueryPart
Method: setParameter
- Outdated param type:
null $type
Method: setParameters
- Missing param:
array $types
Method: resetDQLParts
- Outdated param type:
array $parts
../doctrine2/lib/Doctrine/ORM/NoResultException.php
Doctrine\ORM\NoResultException:28
Method: __construct
../doctrine2/lib/Doctrine/ORM/Id/SequenceGenerator.php
Doctrine\ORM\Id\SequenceGenerator:30
Method: serialize
Method: unserialize
Method: __construct
- Unexpected param:
\Doctrine\ORM\EntityManager $em
Method: generate
- Missing param:
Doctrine\ORM\EntityManager $em
../doctrine2/lib/Doctrine/ORM/Id/IdentityGenerator.php
Doctrine\ORM\Id\IdentityGenerator:29
Method: generate
- Missing param:
Doctrine\ORM\EntityManager $em - Outdated param type:
\Doctrine\ORM\Entity $entity
../doctrine2/lib/Doctrine/ORM/Id/TableGenerator.php
Doctrine\ORM\Id\TableGenerator:33
Method: __construct
Method: generate
../doctrine2/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
Doctrine\ORM\Id\AbstractIdGenerator:24
Method: generate
- Missing param:
Doctrine\ORM\EntityManager $em - Outdated param type:
\Doctrine\ORM\Entity $entity
../doctrine2/lib/Doctrine/ORM/Id/AssignedGenerator.php
Doctrine\ORM\Id\AssignedGenerator:35
Method: generate
- Missing param:
Doctrine\ORM\EntityManager $em
../doctrine2/lib/Doctrine/ORM/Query/QueryException.php
Doctrine\ORM\Query\QueryException:38
Method: syntaxError
Method: semanticalError
Method: invalidLockMode
Method: invalidParameterType
Method: invalidParameterPosition
Method: invalidParameterNumber
Method: invalidParameterFormat
Method: unknownParameter
Method: parameterTypeMissmatch
Method: invalidPathExpression
Method: invalidLiteral
Method: partialObjectsAreDangerous
Method: overwritingJoinConditionsNotYetSupported
Method: associationPathInverseSideNotSupported
Method: iterateWithFetchJoinNotAllowed
Method: associationPathCompositeKeyNotSupported
Method: instanceOfUnrelatedClass
Method: iterateWithFetchJoinCollectionNotAllowed
- Outdated param type:
\Doctrine\ORM\Mapping\AssociationMapping $assoc
../doctrine2/lib/Doctrine/ORM/Query/Parser.php
Doctrine\ORM\Query\Parser:35
Method: _processRootEntityAliasSelected
Method: CustomFunctionsReturningNumerics
Method: CustomFunctionsReturningDatetime
Method: CustomFunctionsReturningStrings
Method: match
- Missing param:
$token - Unexpected param:
token
Method: fixIdentificationVariableOrder
- Outdated param type:
AST\SelectStatement|AST\DeleteStatement|AST\UpdateStatement $AST
Method: syntaxError
- Outdated param type:
array $token
Method: semanticalError
- Outdated param type:
array $token
Method: _peekBeyond
- Outdated param type:
array $token
Method: _isMathOperator
Method: _isAggregateFunction
- Missing param:
$tokenType
Method: _processDeferredPathExpressions
- Unexpected param:
array $deferredItem
../doctrine2/lib/Doctrine/ORM/Query/ResultSetMappingBuilder.php
Doctrine\ORM\Query\ResultSetMappingBuilder:31
Method: __construct
- Missing param:
Doctrine\ORM\EntityManager $em - Unexpected param:
EntityManager
Method: addRootEntityFromClassMetadata
- Outdated param type:
array $renamedColumns
Method: addJoinedEntityFromClassMetadata
- Outdated param type:
array $renamedColumns
Method: addAllClassFields
- Missing param:
$class - Missing param:
$alias - Missing param:
$renamedColumns
../doctrine2/lib/Doctrine/ORM/Query/ParserResult.php
Doctrine\ORM\Query\ParserResult:36
Method: setSqlExecutor
- Outdated param type:
\Doctrine\ORM\Query\Exec\AbstractSqlExecutor $executor
../doctrine2/lib/Doctrine/ORM/Query/Filter/SQLFilter.php
Doctrine\ORM\Query\Filter\SQLFilter:35
Method: addFilterConstraint
- Missing param:
Doctrine\ORM\Mapping\ClassMetadata $targetEntity - Missing param:
$targetTableAlias
../doctrine2/lib/Doctrine/ORM/Query/Lexer.php
Doctrine\ORM\Query\Lexer:30
Method: getType
../doctrine2/lib/Doctrine/ORM/Query/Expr.php
Doctrine\ORM\Query\Expr:34
Method: andX
- Missing param:
$x - Unexpected param:
\Doctrine\ORM\Query\Expr\Comparison |
Method: asc
- Missing param:
$expr - Unexpected param:
$sort
Method: desc
- Missing param:
$expr - Unexpected param:
$sort
Method: concat
../doctrine2/lib/Doctrine/ORM/Query/TreeWalkerChain.php
Doctrine\ORM\Query\TreeWalkerChain:32
Method: __construct
- Missing param:
$query - Missing param:
$parserResult - Missing param:
array $queryComponents
Method: walkSelectStatement
- Missing param:
Doctrine\ORM\Query\AST\SelectStatement $AST
Method: walkSelectClause
- Missing param:
$selectClause
Method: walkFromClause
- Missing param:
$fromClause
Method: walkFunction
Method: walkOrderByClause
- Missing param:
$orderByClause - Unexpected param:
OrderByClause
Method: walkOrderByItem
- Missing param:
$orderByItem - Unexpected param:
OrderByItem
Method: walkHavingClause
- Missing param:
$havingClause - Unexpected param:
HavingClause
Method: walkJoinVariableDeclaration
- Outdated param type:
JoinVariableDeclaration $joinVarDecl
Method: walkSelectExpression
- Outdated param type:
SelectExpression $selectExpression
Method: walkQuantifiedExpression
- Missing param:
$qExpr - Unexpected param:
QuantifiedExpression
Method: walkSubselect
- Missing param:
$subselect - Unexpected param:
Subselect
Method: walkSubselectFromClause
- Missing param:
$subselectFromClause - Unexpected param:
SubselectFromClause
Method: walkSimpleSelectClause
- Missing param:
$simpleSelectClause - Unexpected param:
SimpleSelectClause
Method: walkSimpleSelectExpression
- Missing param:
$simpleSelectExpression - Unexpected param:
SimpleSelectExpression
Method: walkAggregateExpression
- Missing param:
$aggExpression - Unexpected param:
AggregateExpression
Method: walkGroupByClause
- Missing param:
$groupByClause - Unexpected param:
GroupByClause
Method: walkGroupByItem
- Missing param:
$groupByItem - Unexpected param:
GroupByItem
Method: walkUpdateStatement
- Missing param:
Doctrine\ORM\Query\AST\UpdateStatement $AST - Unexpected param:
UpdateStatement
Method: walkDeleteStatement
- Missing param:
Doctrine\ORM\Query\AST\DeleteStatement $AST - Unexpected param:
DeleteStatement
Method: walkDeleteClause
- Missing param:
Doctrine\ORM\Query\AST\DeleteClause $deleteClause - Unexpected param:
DeleteClause
Method: walkUpdateClause
- Missing param:
$updateClause - Unexpected param:
UpdateClause
Method: walkUpdateItem
- Missing param:
$updateItem - Unexpected param:
UpdateItem
Method: walkWhereClause
- Missing param:
$whereClause - Unexpected param:
WhereClause
Method: walkConditionalExpression
- Missing param:
$condExpr - Unexpected param:
ConditionalExpression
Method: walkConditionalTerm
- Missing param:
$condTerm - Unexpected param:
ConditionalTerm
Method: walkConditionalFactor
- Missing param:
$factor - Unexpected param:
ConditionalFactor
Method: walkConditionalPrimary
- Missing param:
$condPrimary - Unexpected param:
ConditionalPrimary
Method: walkExistsExpression
- Missing param:
$existsExpr - Unexpected param:
ExistsExpression
Method: walkCollectionMemberExpression
- Missing param:
$collMemberExpr - Unexpected param:
CollectionMemberExpression
Method: walkEmptyCollectionComparisonExpression
- Missing param:
$emptyCollCompExpr - Unexpected param:
EmptyCollectionComparisonExpression
Method: walkNullComparisonExpression
- Missing param:
$nullCompExpr - Unexpected param:
NullComparisonExpression
Method: walkInExpression
- Missing param:
$inExpr - Unexpected param:
InExpression
Method: walkInstanceOfExpression
- Missing param:
$instanceOfExpr - Unexpected param:
InstanceOfExpression
Method: walkLiteral
- Missing param:
$literal - Unexpected param:
Method: walkBetweenExpression
- Missing param:
$betweenExpr - Unexpected param:
BetweenExpression
Method: walkLikeExpression
- Missing param:
$likeExpr - Unexpected param:
LikeExpression
Method: walkStateFieldPathExpression
- Missing param:
$stateFieldPathExpression - Unexpected param:
StateFieldPathExpression
Method: walkComparisonExpression
- Missing param:
$compExpr - Unexpected param:
ComparisonExpression
Method: walkInputParameter
- Missing param:
$inputParam - Unexpected param:
InputParameter
Method: walkArithmeticExpression
- Missing param:
$arithmeticExpr - Unexpected param:
ArithmeticExpression
Method: walkArithmeticTerm
- Missing param:
$term - Unexpected param:
Method: walkStringPrimary
- Missing param:
$stringPrimary - Unexpected param:
Method: walkArithmeticFactor
- Missing param:
$factor - Unexpected param:
Method: walkSimpleArithmeticExpression
- Missing param:
$simpleArithmeticExpr - Unexpected param:
SimpleArithmeticExpression
Method: walkPathExpression
- Missing param:
$pathExpr - Unexpected param:
Method: getExecutor
../doctrine2/lib/Doctrine/ORM/Query/ResultSetMapping.php
Doctrine\ORM\Query\ResultSetMapping:36
Method: isScalarResult
- Missing param:
$columnName - Unexpected param:
$columName
Method: addMetaResult
- Missing param:
$isIdentifierColumn - Unexpected param:
../doctrine2/lib/Doctrine/ORM/Query/AST/ConditionalTerm.php
Doctrine\ORM\Query\AST\ConditionalTerm:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/SimpleCaseExpression.php
Doctrine\ORM\Query\AST\SimpleCaseExpression:33
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/Subselect.php
Doctrine\ORM\Query\AST\Subselect:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/CollectionMemberExpression.php
Doctrine\ORM\Query\AST\CollectionMemberExpression:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/SimpleArithmeticExpression.php
Doctrine\ORM\Query\AST\SimpleArithmeticExpression:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/SimpleSelectExpression.php
Doctrine\ORM\Query\AST\SimpleSelectExpression:36
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/DeleteClause.php
Doctrine\ORM\Query\AST\DeleteClause:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimeFunction.php
Doctrine\ORM\Query\AST\Functions\CurrentTimeFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/SizeFunction.php
Doctrine\ORM\Query\AST\Functions\SizeFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/LocateFunction.php
Doctrine\ORM\Query\AST\Functions\LocateFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/ConcatFunction.php
Doctrine\ORM\Query\AST\Functions\ConcatFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/FunctionNode.php
Doctrine\ORM\Query\AST\Functions\FunctionNode:35
Method: __construct
Method: getSql
Method: dispatch
Method: parse
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/ModFunction.php
Doctrine\ORM\Query\AST\Functions\ModFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/TrimFunction.php
Doctrine\ORM\Query\AST\Functions\TrimFunction:36
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/SqrtFunction.php
Doctrine\ORM\Query\AST\Functions\SqrtFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/UpperFunction.php
Doctrine\ORM\Query\AST\Functions\UpperFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/LowerFunction.php
Doctrine\ORM\Query\AST\Functions\LowerFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/DateSubFunction.php
Doctrine\ORM\Query\AST\Functions\DateSubFunction:35
Method: getSql
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/CurrentTimestampFunction.php
Doctrine\ORM\Query\AST\Functions\CurrentTimestampFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/LengthFunction.php
Doctrine\ORM\Query\AST\Functions\LengthFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/BitAndFunction.php
Doctrine\ORM\Query\AST\Functions\BitAndFunction:32
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/CurrentDateFunction.php
Doctrine\ORM\Query\AST\Functions\CurrentDateFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/SubstringFunction.php
Doctrine\ORM\Query\AST\Functions\SubstringFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/BitOrFunction.php
Doctrine\ORM\Query\AST\Functions\BitOrFunction:32
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/DateAddFunction.php
Doctrine\ORM\Query\AST\Functions\DateAddFunction:35
Method: getSql
Method: parse
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/IdentityFunction.php
Doctrine\ORM\Query\AST\Functions\IdentityFunction:33
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/AbsFunction.php
Doctrine\ORM\Query\AST\Functions\AbsFunction:35
Method: getSql
- Missing param:
Doctrine\ORM\Query\SqlWalker $sqlWalker
Method: parse
- Missing param:
Doctrine\ORM\Query\Parser $parser
../doctrine2/lib/Doctrine/ORM/Query/AST/Functions/DateDiffFunction.php
Doctrine\ORM\Query\AST\Functions\DateDiffFunction:34
Method: getSql
Method: parse
../doctrine2/lib/Doctrine/ORM/Query/AST/JoinVariableDeclaration.php
Doctrine\ORM\Query\AST\JoinVariableDeclaration:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/ArithmeticExpression.php
Doctrine\ORM\Query\AST\ArithmeticExpression:35
Method: isSimpleArithmeticExpression
Method: isSubselect
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/QuantifiedExpression.php
Doctrine\ORM\Query\AST\QuantifiedExpression:35
Method: __construct
Method: isAll
Method: isAny
Method: isSome
Method: dispatch
- Missing param:
$sqlWalker
../doctrine2/lib/Doctrine/ORM/Query/AST/Node.php
Doctrine\ORM\Query\AST\Node:35
Method: dump
../doctrine2/lib/Doctrine/ORM/Query/AST/InstanceOfExpression.php
Doctrine\ORM\Query\AST\InstanceOfExpression:34
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/ASTException.php
Doctrine\ORM\Query\AST\ASTException:7
Method: noDispatchForNode
../doctrine2/lib/Doctrine/ORM/Query/AST/SelectExpression.php
Doctrine\ORM\Query\AST\SelectExpression:36
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/FromClause.php
Doctrine\ORM\Query\AST\FromClause:32
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/Literal.php
Doctrine\ORM\Query\AST\Literal:5
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/CoalesceExpression.php
Doctrine\ORM\Query\AST\CoalesceExpression:33
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/SelectClause.php
Doctrine\ORM\Query\AST\SelectClause:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/NullComparisonExpression.php
Doctrine\ORM\Query\AST\NullComparisonExpression:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/ConditionalPrimary.php
Doctrine\ORM\Query\AST\ConditionalPrimary:35
Method: isSimpleConditionalExpression
Method: isConditionalExpression
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/JoinAssociationPathExpression.php
Doctrine\ORM\Query\AST\JoinAssociationPathExpression:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/ComparisonExpression.php
Doctrine\ORM\Query\AST\ComparisonExpression:40
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/UpdateItem.php
Doctrine\ORM\Query\AST\UpdateItem:37
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/RangeVariableDeclaration.php
Doctrine\ORM\Query\AST\RangeVariableDeclaration:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/EmptyCollectionComparisonExpression.php
Doctrine\ORM\Query\AST\EmptyCollectionComparisonExpression:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/PathExpression.php
Doctrine\ORM\Query\AST\PathExpression:36
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/Join.php
Doctrine\ORM\Query\AST\Join:36
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/ArithmeticFactor.php
Doctrine\ORM\Query\AST\ArithmeticFactor:35
Method: __construct
Method: isPositiveSigned
Method: isNegativeSigned
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/ArithmeticTerm.php
Doctrine\ORM\Query\AST\ArithmeticTerm:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/SimpleWhenClause.php
Doctrine\ORM\Query\AST\SimpleWhenClause:33
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/DeleteStatement.php
Doctrine\ORM\Query\AST\DeleteStatement:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/WhenClause.php
Doctrine\ORM\Query\AST\WhenClause:33
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/PartialObjectExpression.php
Doctrine\ORM\Query\AST\PartialObjectExpression:5
Method: __construct
../doctrine2/lib/Doctrine/ORM/Query/AST/HavingClause.php
Doctrine\ORM\Query\AST\HavingClause:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/NullIfExpression.php
Doctrine\ORM\Query\AST\NullIfExpression:33
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/OrderByItem.php
Doctrine\ORM\Query\AST\OrderByItem:35
Method: __construct
Method: isAsc
Method: isDesc
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/IndexBy.php
Doctrine\ORM\Query\AST\IndexBy:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/ConditionalFactor.php
Doctrine\ORM\Query\AST\ConditionalFactor:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/ExistsExpression.php
Doctrine\ORM\Query\AST\ExistsExpression:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/SimpleSelectClause.php
Doctrine\ORM\Query\AST\SimpleSelectClause:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/InExpression.php
Doctrine\ORM\Query\AST\InExpression:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/ConditionalExpression.php
Doctrine\ORM\Query\AST\ConditionalExpression:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/InputParameter.php
Doctrine\ORM\Query\AST\InputParameter:35
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/WhereClause.php
Doctrine\ORM\Query\AST\WhereClause:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/UpdateClause.php
Doctrine\ORM\Query\AST\UpdateClause:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/IdentificationVariableDeclaration.php
Doctrine\ORM\Query\AST\IdentificationVariableDeclaration:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/LikeExpression.php
Doctrine\ORM\Query\AST\LikeExpression:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/UpdateStatement.php
Doctrine\ORM\Query\AST\UpdateStatement:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/GroupByClause.php
Doctrine\ORM\Query\AST\GroupByClause:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/SelectStatement.php
Doctrine\ORM\Query\AST\SelectStatement:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/BetweenExpression.php
Doctrine\ORM\Query\AST\BetweenExpression:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/OrderByClause.php
Doctrine\ORM\Query\AST\OrderByClause:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/AggregateExpression.php
Doctrine\ORM\Query\AST\AggregateExpression:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/SubselectFromClause.php
Doctrine\ORM\Query\AST\SubselectFromClause:35
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/AST/GeneralCaseExpression.php
Doctrine\ORM\Query\AST\GeneralCaseExpression:33
Method: __construct
Method: dispatch
../doctrine2/lib/Doctrine/ORM/Query/SqlWalker.php
Doctrine\ORM\Query\SqlWalker:40
Method: _generateOrderedCollectionOrderByItems
Method: __construct
- Missing param:
$query - Missing param:
$parserResult - Missing param:
array $queryComponents
Method: getExecutor
Method: _generateClassTableInheritanceJoins
- Outdated param type:
ClassMetadata $class
Method: walkSelectStatement
- Missing param:
Doctrine\ORM\Query\AST\SelectStatement $AST
Method: walkUpdateStatement
- Missing param:
Doctrine\ORM\Query\AST\UpdateStatement $AST - Unexpected param:
UpdateStatement
Method: walkDeleteStatement
- Missing param:
Doctrine\ORM\Query\AST\DeleteStatement $AST - Unexpected param:
DeleteStatement
Method: walkPathExpression
- Missing param:
$pathExpr - Unexpected param:
Method: walkFromClause
- Missing param:
$fromClause
Method: walkFunction
Method: walkOrderByClause
- Missing param:
$orderByClause - Unexpected param:
OrderByClause
Method: walkOrderByItem
- Missing param:
$orderByItem - Unexpected param:
OrderByItem
Method: walkHavingClause
- Missing param:
$havingClause - Unexpected param:
HavingClause
Method: walkJoinVariableDeclaration
- Outdated param type:
JoinVariableDeclaration $joinVarDecl
Method: walkCaseExpression
- Outdated param type:
CoalesceExpression|NullIfExpression|GeneralCaseExpression|SimpleCaseExpression $expression
Method: walkCoalesceExpression
- Outdated param type:
CoalesceExpression $coalesceExpression
Method: walkNullIfExpression
- Outdated param type:
NullIfExpression $nullIfExpression
Method: walkSimpleCaseExpression
- Outdated param type:
SimpleCaseExpression $simpleCaseExpression
Method: walkSelectExpression
- Outdated param type:
SelectExpression $selectExpression
Method: walkQuantifiedExpression
- Missing param:
$qExpr - Unexpected param:
QuantifiedExpression
Method: walkSubselect
- Missing param:
$subselect - Unexpected param:
Subselect
Method: walkSubselectFromClause
- Missing param:
$subselectFromClause - Unexpected param:
SubselectFromClause
Method: walkSimpleSelectClause
- Missing param:
$simpleSelectClause - Unexpected param:
SimpleSelectClause
Method: walkSimpleSelectExpression
- Missing param:
$simpleSelectExpression - Unexpected param:
SimpleSelectExpression
Method: walkAggregateExpression
- Missing param:
$aggExpression - Unexpected param:
AggregateExpression
Method: walkGroupByClause
- Missing param:
$groupByClause - Unexpected param:
GroupByClause
Method: walkGroupByItem
- Missing param:
$groupByItem - Unexpected param:
GroupByItem
Method: walkDeleteClause
- Missing param:
Doctrine\ORM\Query\AST\DeleteClause $deleteClause - Unexpected param:
DeleteClause
Method: walkUpdateClause
- Missing param:
$updateClause - Unexpected param:
UpdateClause
Method: walkUpdateItem
- Missing param:
$updateItem - Unexpected param:
UpdateItem
Method: walkWhereClause
- Missing param:
$whereClause - Unexpected param:
WhereClause
Method: walkConditionalExpression
- Missing param:
$condExpr - Unexpected param:
ConditionalExpression
Method: walkConditionalTerm
- Missing param:
$condTerm - Unexpected param:
ConditionalTerm
Method: walkConditionalFactor
- Missing param:
$factor - Unexpected param:
ConditionalFactor
Method: walkConditionalPrimary
- Missing param:
$primary - Unexpected param:
ConditionalPrimary
Method: walkExistsExpression
- Missing param:
$existsExpr - Unexpected param:
ExistsExpression
Method: walkCollectionMemberExpression
- Missing param:
$collMemberExpr - Unexpected param:
CollectionMemberExpression
Method: walkEmptyCollectionComparisonExpression
- Missing param:
$emptyCollCompExpr - Unexpected param:
EmptyCollectionComparisonExpression
Method: walkNullComparisonExpression
- Missing param:
$nullCompExpr - Unexpected param:
NullComparisonExpression
Method: walkInExpression
- Missing param:
$inExpr - Unexpected param:
InExpression
Method: walkInstanceOfExpression
- Missing param:
$instanceOfExpr - Unexpected param:
InstanceOfExpression
Method: walkInParameter
- Missing param:
$inParam - Unexpected param:
InParameter
Method: walkLiteral
- Missing param:
$literal - Unexpected param:
Method: walkBetweenExpression
- Missing param:
$betweenExpr - Unexpected param:
BetweenExpression
Method: walkLikeExpression
- Missing param:
$likeExpr - Unexpected param:
LikeExpression
Method: walkStateFieldPathExpression
- Missing param:
$stateFieldPathExpression - Unexpected param:
StateFieldPathExpression
Method: walkComparisonExpression
- Missing param:
$compExpr - Unexpected param:
ComparisonExpression
Method: walkInputParameter
- Missing param:
$inputParam - Unexpected param:
InputParameter
Method: walkArithmeticExpression
- Missing param:
$arithmeticExpr - Unexpected param:
ArithmeticExpression
Method: walkSimpleArithmeticExpression
- Missing param:
$simpleArithmeticExpr - Unexpected param:
SimpleArithmeticExpression
Method: walkArithmeticTerm
- Missing param:
$term - Unexpected param:
Method: walkArithmeticFactor
- Missing param:
$factor - Unexpected param:
Method: walkArithmeticPrimary
- Missing param:
$primary - Unexpected param:
Method: walkStringPrimary
- Missing param:
$stringPrimary - Unexpected param:
../doctrine2/lib/Doctrine/ORM/Query/TreeWalkerAdapter.php
Doctrine\ORM\Query\TreeWalkerAdapter:31
Method: __construct
- Outdated param type:
Query $query - Outdated param type:
ParserResult $parserResult
Method: walkSelectStatement
- Missing param:
Doctrine\ORM\Query\AST\SelectStatement $AST
Method: walkSelectClause
- Missing param:
$selectClause
Method: walkFromClause
- Missing param:
$fromClause
Method: walkFunction
Method: walkOrderByClause
- Missing param:
$orderByClause - Unexpected param:
OrderByClause
Method: walkOrderByItem
- Missing param:
$orderByItem - Unexpected param:
OrderByItem
Method: walkHavingClause
- Missing param:
$havingClause - Unexpected param:
HavingClause
Method: walkJoinVariableDeclaration
- Outdated param type:
JoinVariableDeclaration $joinVarDecl
Method: walkSelectExpression
- Outdated param type:
SelectExpression $selectExpression
Method: walkQuantifiedExpression
- Missing param:
$qExpr - Unexpected param:
QuantifiedExpression
Method: walkSubselect
- Missing param:
$subselect - Unexpected param:
Subselect
Method: walkSubselectFromClause
- Missing param:
$subselectFromClause - Unexpected param:
SubselectFromClause
Method: walkSimpleSelectClause
- Missing param:
$simpleSelectClause - Unexpected param:
SimpleSelectClause
Method: walkSimpleSelectExpression
- Missing param:
$simpleSelectExpression - Unexpected param:
SimpleSelectExpression
Method: walkAggregateExpression
- Missing param:
$aggExpression - Unexpected param:
AggregateExpression
Method: walkGroupByClause
- Missing param:
$groupByClause - Unexpected param:
GroupByClause
Method: walkGroupByItem
- Missing param:
$groupByItem - Unexpected param:
GroupByItem
Method: walkUpdateStatement
- Missing param:
Doctrine\ORM\Query\AST\UpdateStatement $AST - Unexpected param:
UpdateStatement
Method: walkDeleteStatement
- Missing param:
Doctrine\ORM\Query\AST\DeleteStatement $AST - Unexpected param:
DeleteStatement
Method: walkDeleteClause
- Missing param:
Doctrine\ORM\Query\AST\DeleteClause $deleteClause - Unexpected param:
DeleteClause
Method: walkUpdateClause
- Missing param:
$updateClause - Unexpected param:
UpdateClause
Method: walkUpdateItem
- Missing param:
$updateItem - Unexpected param:
UpdateItem
Method: walkWhereClause
- Missing param:
$whereClause - Unexpected param:
WhereClause
Method: walkConditionalExpression
- Missing param:
$condExpr - Unexpected param:
ConditionalExpression
Method: walkConditionalTerm
- Missing param:
$condTerm - Unexpected param:
ConditionalTerm
Method: walkConditionalFactor
- Missing param:
$factor - Unexpected param:
ConditionalFactor
Method: walkConditionalPrimary
- Missing param:
$primary - Unexpected param:
ConditionalPrimary
Method: walkExistsExpression
- Missing param:
$existsExpr - Unexpected param:
ExistsExpression
Method: walkCollectionMemberExpression
- Missing param:
$collMemberExpr - Unexpected param:
CollectionMemberExpression
Method: walkEmptyCollectionComparisonExpression
- Missing param:
$emptyCollCompExpr - Unexpected param:
EmptyCollectionComparisonExpression
Method: walkNullComparisonExpression
- Missing param:
$nullCompExpr - Unexpected param:
NullComparisonExpression
Method: walkInExpression
- Missing param:
$inExpr - Unexpected param:
InExpression
Method: walkInstanceOfExpression
- Missing param:
$instanceOfExpr - Unexpected param:
InstanceOfExpression
Method: walkLiteral
- Missing param:
$literal - Unexpected param:
Method: walkBetweenExpression
- Missing param:
$betweenExpr - Unexpected param:
BetweenExpression
Method: walkLikeExpression
- Missing param:
$likeExpr - Unexpected param:
LikeExpression
Method: walkStateFieldPathExpression
- Missing param:
$stateFieldPathExpression - Unexpected param:
StateFieldPathExpression
Method: walkComparisonExpression
- Missing param:
$compExpr - Unexpected param:
ComparisonExpression
Method: walkInputParameter
- Missing param:
$inputParam - Unexpected param:
InputParameter
Method: walkArithmeticExpression
- Missing param:
$arithmeticExpr - Unexpected param:
ArithmeticExpression
Method: walkArithmeticTerm
- Missing param:
$term - Unexpected param:
Method: walkStringPrimary
- Missing param:
$stringPrimary - Unexpected param:
Method: walkArithmeticFactor
- Missing param:
$factor - Unexpected param:
Method: walkSimpleArithmeticExpression
- Missing param:
$simpleArithmeticExpr - Unexpected param:
SimpleArithmeticExpression
Method: walkPathExpression
- Missing param:
$pathExpr - Unexpected param:
Method: getExecutor
../doctrine2/lib/Doctrine/ORM/Query/Expr/Comparison.php
Doctrine\ORM\Query\Expr\Comparison:35
Method: __construct
Method: __toString
../doctrine2/lib/Doctrine/ORM/Query/Expr/Math.php
Doctrine\ORM\Query\Expr\Math:35
Method: __construct
Method: __toString
../doctrine2/lib/Doctrine/ORM/Query/Expr/Join.php
Doctrine\ORM\Query\Expr\Join:35
Method: __construct
Method: __toString
../doctrine2/lib/Doctrine/ORM/Query/Expr/OrderBy.php
Doctrine\ORM\Query\Expr\OrderBy:35
Method: __construct
Method: add
Method: count
Method: __tostring
../doctrine2/lib/Doctrine/ORM/Query/Expr/Base.php
Doctrine\ORM\Query\Expr\Base:35
Method: __construct
Method: addMultiple
Method: add
Method: count
Method: __toString
../doctrine2/lib/Doctrine/ORM/Query/Expr/Composite.php
Doctrine\ORM\Query\Expr\Composite:35
Method: __toString
Method: processQueryPart
../doctrine2/lib/Doctrine/ORM/Query/Expr/Func.php
Doctrine\ORM\Query\Expr\Func:35
Method: __construct
Method: __toString
../doctrine2/lib/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php
Doctrine\ORM\Query\Exec\MultiTableDeleteExecutor:34
Method: __construct
- Outdated param type:
SqlWalker $sqlWalker
Method: execute
- Missing param:
Doctrine\DBAL\Connection $conn - Missing param:
array $params - Missing param:
array $types
../doctrine2/lib/Doctrine/ORM/Query/Exec/MultiTableUpdateExecutor.php
Doctrine\ORM\Query\Exec\MultiTableUpdateExecutor:33
Method: __construct
- Outdated param type:
SqlWalker $sqlWalker
Method: execute
- Missing param:
Doctrine\DBAL\Connection $conn - Missing param:
array $params - Missing param:
array $types
../doctrine2/lib/Doctrine/ORM/Query/Exec/SingleTableDeleteUpdateExecutor.php
Doctrine\ORM\Query\Exec\SingleTableDeleteUpdateExecutor:35
Method: __construct
Method: execute
- Missing param:
Doctrine\DBAL\Connection $conn - Missing param:
array $params - Missing param:
array $types
../doctrine2/lib/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php
Doctrine\ORM\Query\Exec\AbstractSqlExecutor:34
Method: setQueryCacheProfile
../doctrine2/lib/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php
Doctrine\ORM\Query\Exec\SingleSelectExecutor:34
Method: __construct
Method: execute
- Missing param:
Doctrine\DBAL\Connection $conn - Missing param:
array $params - Missing param:
array $types
../doctrine2/lib/Doctrine/ORM/AbstractQuery.php
Doctrine\ORM\AbstractQuery:39
Method: __construct
- Missing param:
Doctrine\ORM\EntityManager $em - Unexpected param:
\Doctrine\ORM\EntityManager $entityManager
Method: setResultCacheDriver
- Missing param:
$resultCacheDriver - Unexpected param:
\Doctrine\Common\Cache\Cache $driver
Method: getResult
- Missing param:
$hydrationMode
Method: execute
- Outdated param type:
array $params
../doctrine2/lib/Doctrine/ORM/PersistentCollection.php
Doctrine\ORM\PersistentCollection:42
Method: getTypeClass
Method: key
Method: __construct
- Missing param:
$coll - Unexpected param:
array The - Outdated param type:
ClassMetadata $class
Method: setOwner
- Outdated param type:
AssociationMapping/array $assoc
Method: hydrateSet
Method: offsetExists
Method: offsetGet
Method: offsetSet
- Missing param:
$offset - Missing param:
$value
Method: offsetUnset
../doctrine2/lib/Doctrine/ORM/Query.php
Doctrine\ORM\Query:34
Method: processParameterMappings
- Outdated param type:
array $paramMappings
Method: setQueryCacheDriver
- Missing param:
$queryCache - Unexpected param:
Doctrine_Cache_Interface|null $driver
../doctrine2/lib/Doctrine/ORM/ORMException.php
Doctrine\ORM\ORMException:30
Method: missingMappingDriverImpl
Method: entityMissingForeignAssignedId
Method: entityMissingAssignedIdForField
Method: unrecognizedField
Method: invalidFlushMode
Method: entityManagerClosed
Method: invalidHydrationMode
Method: mismatchedEventManager
Method: findByRequiresParameter
Method: invalidFindByCall
Method: invalidFindByInverseAssociation
Method: invalidResultCacheDriver
Method: notSupported
Method: queryCacheNotConfigured
Method: metadataCacheNotConfigured
Method: proxyClassesAlwaysRegenerating
Method: unknownEntityNamespace
Method: invalidEntityRepository
Method: missingIdentifierField
../doctrine2/lib/Doctrine/ORM/Configuration.php
Doctrine\ORM\Configuration:42
Method: newDefaultAnnotationDriver
- Outdated param type:
array $paths
Method: setEntityNamespaces
- Missing param:
array $entityNamespaces - Unexpected param:
array $entityAliasMap
Method: setClassMetadataFactoryName
- Missing param:
$cmfName - Unexpected param:
$cmf
../doctrine2/lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php
Doctrine\ORM\Mapping\Builder\ClassMetadataBuilder:34
Method: setDiscriminatorColumn
Method: addManyToOne
- Outdated param type:
null $inversedBy
Method: addOwningManyToMany
- Outdated param type:
null $inversedBy
../doctrine2/lib/Doctrine/ORM/Mapping/Builder/ManyToManyAssociationBuilder.php
Doctrine\ORM\Mapping\Builder\ManyToManyAssociationBuilder:31
Method: setJoinTable
../doctrine2/lib/Doctrine/ORM/Mapping/Builder/AssociationBuilder.php
Doctrine\ORM\Mapping\Builder\AssociationBuilder:25
Method: mappedBy
Method: inversedBy
Method: cascadeAll
Method: cascadePersist
Method: cascadeRemove
Method: cascadeMerge
Method: cascadeDetach
Method: cascadeRefresh
Method: fetchExtraLazy
Method: fetchEager
Method: fetchLazy
Method: __construct
../doctrine2/lib/Doctrine/ORM/Mapping/Builder/OneToManyAssociationBuilder.php
Doctrine\ORM\Mapping\Builder\OneToManyAssociationBuilder:31
Method: setIndexBy
../doctrine2/lib/Doctrine/ORM/Mapping/Builder/FieldBuilder.php
Doctrine\ORM\Mapping\Builder\FieldBuilder:31
Method: nullable
- Missing param:
$flag - Unexpected param:
Method: unique
- Missing param:
$flag - Unexpected param:
../doctrine2/lib/Doctrine/ORM/Mapping/Driver/DatabaseDriver.php
Doctrine\ORM\Mapping\Driver\DatabaseDriver:40
Method: reverseEngineerMappingFromDatabase
Method: __construct
- Missing param:
Doctrine\DBAL\Schema\AbstractSchemaManager $schemaManager - Unexpected param:
AnnotationReader $reader
Method: setTables
- Outdated param type:
array $entityTables - Outdated param type:
array $manyToManyTables
../doctrine2/lib/Doctrine/ORM/Mapping/Driver/StaticPHPDriver.php
Doctrine\ORM\Mapping\Driver\StaticPHPDriver:37
Method: __construct
Method: addPaths
../doctrine2/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php
Doctrine\ORM\Mapping\Driver\XmlDriver:40
Method: _getJoinColumnMapping
- Missing param:
SimpleXMLElement $joinColumnElement - Unexpected param:
$joinColumnElement The
Method: _getCascadeMappings
- Missing param:
$cascadeElement - Unexpected param:
$cascadeElement The
../doctrine2/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php
Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver:31
Method: __construct
Method: setGlobalBasename
Method: getGlobalBasename
Method: addNamespacePrefixes
Method: getNamespacePrefixes
Method: isTransient
Method: getAllClassNames
Method: getElement
Method: initialize
Method: _findMappingFile
../doctrine2/lib/Doctrine/ORM/Mapping/Driver/AbstractFileDriver.php
Doctrine\ORM\Mapping\Driver\AbstractFileDriver:43
Method: __construct
- Outdated param type:
array $paths
Method: getElement
- Missing param:
$className
../doctrine2/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php
Doctrine\ORM\Mapping\Driver\YamlDriver:34
Method: _getJoinColumnMapping
- Missing param:
$joinColumnElement - Unexpected param:
$joinColumnElement The
../doctrine2/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php
Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver:31
Method: __construct
Method: setGlobalBasename
Method: getGlobalBasename
Method: addNamespacePrefixes
Method: addNamespacePrefix
Method: getNamespacePrefixes
Method: isTransient
Method: getAllClassNames
Method: getElement
Method: initialize
Method: _findMappingFile
../doctrine2/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
Doctrine\ORM\Mapping\Driver\AnnotationDriver:37
Method: __construct
- Outdated param type:
AnnotationReader $reader - Outdated param type:
array $paths
Method: create
- Outdated param type:
array $paths
../doctrine2/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
Doctrine\ORM\Mapping\ClassMetadataInfo:44
Method: _validateAndCompleteManyToManyMapping
Method: setIdentifierValues
- Outdated param type:
array $id
Method: wakeupReflection
- Outdated param type:
ReflectionService $reflService
Method: initializeReflection
- Missing param:
$reflService - Unexpected param:
$entityName
Method: validateLifecycleCallbacks
- Outdated param type:
ReflectionService $reflService
Method: hasField
- Missing param:
$fieldName
Method: getColumnNames
- Missing param:
array $fieldNames
Method: setIdGeneratorType
- Missing param:
$generatorType
Method: getTypeOfColumn
- Missing param:
$columnName
Method: setParentClasses
- Missing param:
array $classNames
Method: isInheritedField
- Missing param:
$fieldName
Method: addInheritedFieldMapping
- Missing param:
array $fieldMapping - Unexpected param:
array $mapping
Method: setCustomRepositoryClass
- Missing param:
$repositoryClassName - Unexpected param:
$mapperClassName
Method: invokeLifecycleCallbacks
- Missing param:
$lifecycleEvent - Unexpected param:
$event - Outdated param type:
Entity $entity
Method: setDiscriminatorColumn
- Outdated param type:
array $columnDef
Method: hasNamedQuery
- Missing param:
$queryName - Unexpected param:
$fieldName
Method: setIdGenerator
- Outdated param type:
AbstractIdGenerator $generator
Method: getQuotedIdentifierColumnNames
- Outdated param type:
AbstractPlatform $platform
Method: getQuotedColumnName
- Outdated param type:
AbstractPlatform $platform
Method: getQuotedTableName
- Outdated param type:
AbstractPlatform $platform
Method: getQuotedJoinTableName
- Missing param:
array $assoc - Outdated param type:
AbstractPlatform $platform
../doctrine2/lib/Doctrine/ORM/Mapping/MappingException.php
Doctrine\ORM\Mapping\MappingException:27
Method: pathRequired
Method: identifierRequired
Method: invalidInheritanceType
Method: generatorNotAllowedWithCompositeId
Method: missingFieldName
Method: missingTargetEntity
Method: missingSourceEntity
Method: mappingFileNotFound
Method: invalidMappingFile
Method: mappingNotFound
Method: queryNotFound
Method: oneToManyRequiresMappedBy
Method: joinTableRequired
Method: joinColumnMustPointToMappedField
Method: classIsNotAValidEntityOrMappedSuperClass
Method: propertyTypeIsRequired
Method: tableIdGeneratorNotImplemented
Method: duplicateAssociationMapping
Method: duplicateQueryMapping
Method: singleIdNotAllowedOnCompositePrimaryKey
Method: unsupportedOptimisticLockingType
Method: fileMappingDriversRequireConfiguredDirectoryPath
Method: missingDiscriminatorMap
Method: missingDiscriminatorColumn
Method: invalidDiscriminatorColumnType
Method: cannotVersionIdField
Method: sqlConversionNotAllowedForIdentifiers
Method: illegalToManyAssocationOnMappedSuperclass
Method: noSingleAssociationJoinColumnFound
Method: noFieldNameFoundForColumn
Method: illegalOrphanRemovalOnIdentifierAssociation
Method: illegalOrphanRemoval
Method: illegalInverseIdentifierAssocation
Method: illegalToManyIdentifierAssoaction
Method: noInheritanceOnMappedSuperClass
Method: mappedClassNotPartOfDiscriminatorMap
Method: lifecycleCallbackMethodNotFound
Method: invalidFetchMode
Method: compositeKeyAssignedIdGeneratorRequired
Method: invalidTargetEntityClass
../doctrine2/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
Doctrine\ORM\Mapping\ClassMetadataFactory:42
Method: getLoadedMetadata
Method: setEntityManager
- Missing param:
Doctrine\ORM\EntityManager $em - Unexpected param:
EntityManager $$em
Method: setCacheDriver
- Outdated param type:
\Doctrine\Common\Cache\Cache $cacheDriver
Method: setMetadataFor
- Outdated param type:
ClassMetadata $class
Method: loadMetadata
- Unexpected param:
array $tables
Method: validateRuntimeMetadata
- Outdated param type:
ClassMetadata $class - Outdated param type:
ClassMetadata $parent
Method: completeIdGeneratorMapping
- Outdated param type:
\Doctrine\ORM\Mapping\ClassMetadata/Doctrine\ORM\Mapping\ClassMetadataInfo $class
Method: setReflectionService
- Missing param:
Doctrine\Common\Persistence\Mapping\ReflectionService $reflectionService - Unexpected param:
reflectionService the
../doctrine2/lib/Doctrine/ORM/Proxy/ProxyFactory.php
Doctrine\ORM\Proxy\ProxyFactory:33
Method: _generateProxyClass
- Missing param:
$fileName - Missing param:
$file - Unexpected param:
$originalClassName - Unexpected param:
$file The
Method: isShortIdentifierGetter
- Outdated param type:
ReflectionMethod $method - Outdated param type:
ClassMetadata $class
Method: _generateSleep
- Outdated param type:
Doctrine\ORM\Mapping\ClassMetadata $class
../doctrine2/lib/Doctrine/ORM/Proxy/ProxyException.php
Doctrine\ORM\Proxy\ProxyException:33
Method: proxyDirectoryRequired
Method: proxyNamespaceRequired
../doctrine2/lib/Doctrine/ORM/PessimisticLockException.php
Doctrine\ORM\PessimisticLockException:34
Method: lockFailed
Generated by PHPADD 1.4.0-dev on 2012-03-05 22:51:33.