Skip to content

Commit

Permalink
fixed a typo and rearranged doc for generateAlias
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Feb 8, 2018
1 parent 45ec375 commit b9edb05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Dca/DcaUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,11 @@ public function flattenPaletteForSubEntities(string $table, $overridableFields)
/**
* Generate an alias.
*
* @param $alias mixed The current alias (if available)
* @param $$id int The entity's id
* @param $table string The entity's table
* @param $title string The value to use as a base for the alias
* @param $keepUmlauts bool Set to true if German umlauts should be kept
* @param mixed $alias The current alias (if available)
* @param int $id The entity's id
* @param string $table The entity's table
* @param string $title The value to use as a base for the alias
* @param bool $keepUmlauts Set to true if German umlauts should be kept
*
* @throws \Exception
*
Expand Down

0 comments on commit b9edb05

Please sign in to comment.