Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Nov 1, 2024
1 parent cda3a8e commit a46c248
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
<?php

/*
* This file is part of the Neos.ContentRepository package.
*
* (c) Contributors of the Neos Project - www.neos.io
*
* This package is Open Source Software. For the full copyright and license
* information, please view the LICENSE file which was distributed with this
* source code.
*/

declare(strict_types=1);

namespace Neos\ContentRepository\Core\Feature\WorkspacePublication\Exception;

use Neos\ContentRepository\Core\SharedModel\Workspace\WorkspaceName;
Expand Down

0 comments on commit a46c248

Please sign in to comment.