We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93049a5 commit 1f75c8fCopy full SHA for 1f75c8f
CleverAgeDoctrineProcessBundle.php src/CleverAgeDoctrineProcessBundle.phpCleverAgeDoctrineProcessBundle.php renamed to src/CleverAgeDoctrineProcessBundle.php
@@ -1,14 +1,17 @@
1
-<?php declare(strict_types=1);
2
-/**
3
- * This file is part of the CleverAge/DoctrineProcessBundle package.
+<?php
+
+declare(strict_types=1);
4
5
+/*
6
+ * This file is part of the CleverAge/ProcessBundle package.
7
*
- * Copyright (C) 2017-2023 Clever-Age
8
+ * Copyright (c) 2017-2023 Clever-Age
9
10
* For the full copyright and license information, please view the LICENSE
11
* file that was distributed with this source code.
12
*/
13
-namespace CleverAge\DoctrineProcessBundle;
14
+namespace CleverAge\ProcessBundle;
15
16
use Symfony\Component\HttpKernel\Bundle\Bundle;
17
0 commit comments