mirror of
https://github.com/friendica/friendica
synced 2025-04-30 09:44:22 +02:00
spelling: parameter
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6206c7d2e1
commit
39a5bfc0c0
2 changed files with 3 additions and 3 deletions
|
@ -178,7 +178,7 @@ class DbaDefinitionSqlWriter
|
|||
* Creates the SQL definition to modify a table field
|
||||
*
|
||||
* @param string $fieldName The table field name
|
||||
* @param array $parameters The paramters to modify
|
||||
* @param array $parameters The parameters to modify
|
||||
*
|
||||
* @return string The SQL definition
|
||||
*/
|
||||
|
@ -235,7 +235,7 @@ class DbaDefinitionSqlWriter
|
|||
* @param string $method The method to create the index (default is ADD)
|
||||
*
|
||||
* @return string The SQL definition
|
||||
* @throws Exception in cases the paramter contains invalid content
|
||||
* @throws Exception in cases the parameter contains invalid content
|
||||
*/
|
||||
public static function createIndex(string $indexName, array $fieldNames, string $method = 'ADD'): string
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue