Skip to content

Commit

Permalink
Make phpcs happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Nov 16, 2023
1 parent 7b253a4 commit 6fa97ce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

namespace Neos\ContentRepository\Core\Infrastructure;

use Doctrine\DBAL\Schema\AbstractSchemaManager;
Expand All @@ -20,6 +23,7 @@ final class DbalSchemaFactory
{
/**
* The NodeAggregateId is limited to 64 ascii characters and therefore we should do the same in the database.
*
* @see NodeAggregateId
*/
public static function addColumnForNodeAggregateId(Table $table, string $columnName, bool $notNull): Table
Expand Down

0 comments on commit 6fa97ce

Please sign in to comment.