Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bluvulture authored and github-actions[bot] committed Jan 24, 2024
1 parent f727f51 commit 4c449ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/_bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* Pimcore
*
* This source file is available under following license:
* - Pimcore Commercial License (PCL)
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license PCL
*/

define('PIMCORE_PROJECT_ROOT', dirname(__DIR__));

const PROJECT_ROOT = PIMCORE_PROJECT_ROOT;
Expand Down

0 comments on commit 4c449ce

Please sign in to comment.