Skip to content

Commit e0b63f8

Browse files
committed
Typos
1 parent 412e4ec commit e0b63f8

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

src/Analyser/Database/DatabaseAnalyser.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<?php
2-
3-
declare(strict_types = 1);
1+
<?php declare(strict_types = 1);
42

53
namespace Contributte\Nextras\Orm\Generator\Analyser\Database;
64

src/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Generator
1010
{
1111

12-
/** @var Config */
12+
/** @var Config */
1313
private $config;
1414

1515
/** @var IAnalyser */

src/Resolver/Impl/SimpleResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function table(Table $table, bool $singularize = false): string
4545
$name = $this->normalize(ucfirst($table->getName()));
4646

4747
if ($singularize) {
48-
$name = InflectorFactory::create()->build()->singularize($name);
48+
$name = InflectorFactory::create()->build()->singularize($name);
4949
}
5050

5151
return $name;

0 commit comments

Comments
 (0)