@@ -163,7 +163,7 @@ public function addNamedQuery($name, $dqlQuery)
163
163
}
164
164
165
165
/**
166
- * Sets class as root of a joined table inheritance hierachy .
166
+ * Sets class as root of a joined table inheritance hierarchy .
167
167
*
168
168
* @return ClassMetadataBuilder
169
169
*/
@@ -175,7 +175,7 @@ public function setJoinedTableInheritance()
175
175
}
176
176
177
177
/**
178
- * Sets class as root of a single table inheritance hierachy .
178
+ * Sets class as root of a single table inheritance hierarchy .
179
179
*
180
180
* @return ClassMetadataBuilder
181
181
*/
@@ -207,7 +207,7 @@ public function setDiscriminatorColumn($name, $type = 'string', $length = 255)
207
207
}
208
208
209
209
/**
210
- * Adds a subclass to this inheritance hierachy .
210
+ * Adds a subclass to this inheritance hierarchy .
211
211
*
212
212
* @param string $name
213
213
* @param string $class
@@ -319,7 +319,7 @@ public function addManyToOne($name, $targetEntity, $inversedBy = null)
319
319
}
320
320
321
321
/**
322
- * Creates a ManyToOne Assocation Builder.
322
+ * Creates a ManyToOne Association Builder.
323
323
*
324
324
* Note: This method does not add the association, you have to call build() on the AssociationBuilder.
325
325
*
@@ -361,7 +361,7 @@ public function createOneToOne($name, $targetEntity)
361
361
}
362
362
363
363
/**
364
- * Adds simple inverse one-to-one assocation .
364
+ * Adds simple inverse one-to-one association .
365
365
*
366
366
* @param string $name
367
367
* @param string $targetEntity
@@ -378,7 +378,7 @@ public function addInverseOneToOne($name, $targetEntity, $mappedBy)
378
378
}
379
379
380
380
/**
381
- * Adds simple owning one-to-one assocation .
381
+ * Adds simple owning one-to-one association .
382
382
*
383
383
* @param string $name
384
384
* @param string $targetEntity
@@ -398,7 +398,7 @@ public function addOwningOneToOne($name, $targetEntity, $inversedBy = null)
398
398
}
399
399
400
400
/**
401
- * Creates a ManyToMany Assocation Builder.
401
+ * Creates a ManyToMany Association Builder.
402
402
*
403
403
* @param string $name
404
404
* @param string $targetEntity
@@ -418,7 +418,7 @@ public function createManyToMany($name, $targetEntity)
418
418
}
419
419
420
420
/**
421
- * Adds a simple owning many to many assocation .
421
+ * Adds a simple owning many to many association .
422
422
*
423
423
* @param string $name
424
424
* @param string $targetEntity
@@ -438,7 +438,7 @@ public function addOwningManyToMany($name, $targetEntity, $inversedBy = null)
438
438
}
439
439
440
440
/**
441
- * Adds a simple inverse many to many assocation .
441
+ * Adds a simple inverse many to many association .
442
442
*
443
443
* @param string $name
444
444
* @param string $targetEntity
@@ -455,7 +455,7 @@ public function addInverseManyToMany($name, $targetEntity, $mappedBy)
455
455
}
456
456
457
457
/**
458
- * Creates a one to many assocation builder.
458
+ * Creates a one to many association builder.
459
459
*
460
460
* @param string $name
461
461
* @param string $targetEntity
@@ -475,7 +475,7 @@ public function createOneToMany($name, $targetEntity)
475
475
}
476
476
477
477
/**
478
- * Adds simple OneToMany assocation .
478
+ * Adds simple OneToMany association .
479
479
*
480
480
* @param string $name
481
481
* @param string $targetEntity
0 commit comments