Skip to content

Commit

Permalink
TASK: Post rebase phpstan adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 1, 2024
1 parent 5cb92d6 commit fad7018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions Classes/ContentRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStream;
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreamId;
use Neos\ContentRepository\Core\SharedModel\Workspace\ContentStreams;
use Neos\ContentRepository\Core\SharedModel\Workspace\Workspace;
use Neos\ContentRepository\Core\SharedModel\Workspace\WorkspaceName;
use Neos\ContentRepository\Core\SharedModel\Workspace\Workspaces;
use Neos\EventStore\EventStoreInterface;
Expand Down
7 changes: 0 additions & 7 deletions Classes/Infrastructure/DbalSchemaFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ public static function columnForContentStreamId(string $columnName): Column
->setLength(36);
}

public static function columnForWorkspaceName(string $columnName): Column
{
return (new Column($columnName, Type::getType(Types::STRING)))
->setLength(WorkspaceName::MAX_LENGTH)
->setCustomSchemaOption('collation', 'utf8mb4_unicode_520_ci');
}

/**
* An anchorpoint can be used in a given projection to link two nodes, it is a purely internal identifier and should
* be as performant as possible in queries, the current code uses UUIDs,
Expand Down

0 comments on commit fad7018

Please sign in to comment.