Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Sep 13, 2022
1 parent 412e4ec commit e0b63f8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/Analyser/Database/DatabaseAnalyser.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php

declare(strict_types = 1);
<?php declare(strict_types = 1);

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

Expand Down
2 changes: 1 addition & 1 deletion src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Generator
{

/** @var Config */
/** @var Config */
private $config;

/** @var IAnalyser */
Expand Down
2 changes: 1 addition & 1 deletion src/Resolver/Impl/SimpleResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function table(Table $table, bool $singularize = false): string
$name = $this->normalize(ucfirst($table->getName()));

if ($singularize) {
$name = InflectorFactory::create()->build()->singularize($name);
$name = InflectorFactory::create()->build()->singularize($name);
}

return $name;
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e0b63f8

Please sign in to comment.