Skip to content

Commit 03b406b

Browse files
committed
docs: remove line breaks
1 parent c174fdb commit 03b406b

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

app/Config/Database.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@
1010
class Database extends Config
1111
{
1212
/**
13-
* The directory that holds the Migrations
14-
* and Seeds directories.
13+
* The directory that holds the Migrations and Seeds directories.
1514
*/
1615
public string $filesPath = APPPATH . 'Database' . DIRECTORY_SEPARATOR;
1716

1817
/**
19-
* Lets you choose which connection group to
20-
* use if no other is specified.
18+
* Lets you choose which connection group to use if no other is specified.
2119
*/
2220
public string $defaultGroup = 'default';
2321

@@ -53,8 +51,7 @@ class Database extends Config
5351
];
5452

5553
/**
56-
* This database connection is used when
57-
* running PHPUnit database tests.
54+
* This database connection is used when running PHPUnit database tests.
5855
*
5956
* @var array<string, mixed>
6057
*/

0 commit comments

Comments
 (0)