Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Oct 31, 2023
1 parent a8e14f5 commit dcd2cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cadastre/classes/listParcelleLieuDatasource.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ protected function buildLabel($rec)
public function setCriteriaControls($criteriaFrom = null)
{
if (count($criteriaFrom) !== 5) {
throw new Exception('5 criterias needed: repository, project, parcelleLayerId,section,voie');
throw new Exception('5 criterias needed: repository, project, parcelleLayerId, section, voie');
}
$this->criteriaFrom = $criteriaFrom;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected function buildLabel($rec)
public function setCriteriaControls($criteriaFrom = null)
{
if (count($criteriaFrom) !== 4) {
throw new Exception('4 criterias needed: repository, project, parcelleLayerId,section');
throw new Exception('4 criterias needed: repository, project, parcelleLayerId, section');
}
$this->criteriaFrom = $criteriaFrom;
}
Expand Down

0 comments on commit dcd2cf3

Please sign in to comment.