Skip to content

Commit 8dff1d2

Browse files
Copilotdereuromark
andauthored
Fix abbreviation in BakeMigrationCommand help text (#946)
* Initial plan * Fix abbreviation: change 'e.x.' to 'e.g.' in help text Co-authored-by: dereuromark <39854+dereuromark@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dereuromark <39854+dereuromark@users.noreply.github.com>
1 parent 58d99f0 commit 8dff1d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Command/BakeMigrationCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ public function getOptionParser(): ConsoleOptionParser
177177
178178
* The types are the abstract database column types in CakePHP.
179179
* The <warning>?</warning> value indicates if a column is nullable.
180-
e.x. <warning>role:string?</warning>.
180+
e.g. <warning>role:string?</warning>.
181181
* Length option must be enclosed in <warning>[]</warning>, for example: <warning>name:string?[100]</warning>.
182182
* The <warning>index</warning> attribute can define the column as having a unique
183183
key with <warning>unique</warning> or a primary key with <warning>primary</warning>.
184184
* Use <warning>references</warning> type to create a foreign key constraint.
185-
e.x. <warning>category_id:references</warning> (auto-infers table as 'categories')
185+
e.g. <warning>category_id:references</warning> (auto-infers table as 'categories')
186186
or <warning>category_id:references:custom_table</warning> to specify the referenced table.
187187
188188
<info>Examples</info>

0 commit comments

Comments
 (0)