Skip to content

Commit

Permalink
fix doctype, remove now useless addJoinObject from modelCriteria
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeissonnier committed Sep 4, 2023
1 parent 0e48855 commit 4a97e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Propel/Runtime/ActiveQuery/Criteria.php
Original file line number Diff line number Diff line change
Expand Up @@ -1184,9 +1184,9 @@ public function addMultipleJoin(array $conditions, ?string $joinType = null)
* Add a join object to the Criteria
*
* @param \Propel\Runtime\ActiveQuery\Join $join A join object
* @param string $join A name for the join
* @param string|null $name
*
* @return $this A modified Criteria object
* @return $this The current object, for fluid interface
*/
public function addJoinObject(Join $join, ?string $name = null)
{
Expand Down

0 comments on commit 4a97e12

Please sign in to comment.