Skip to content

Commit b9d9383

Browse files
committed
Moved repository and renamed package.
1 parent 22c5745 commit b9d9383

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Helper/ExceptionHandlerMetadataExtractor.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ExceptionHandlerMetadataExtractor
1212
{
1313
//--------------------------------------------------------------------------------------------------------------------
1414
/**
15-
* The path of the abc.xml config file.
15+
* The path of the plaisio.xml config file.
1616
*
1717
* @var string
1818
*/
@@ -47,7 +47,7 @@ class ExceptionHandlerMetadataExtractor
4747
* ExceptionHandlerMetadataExtractor constructor.
4848
*
4949
* @param PlaisioStyle $io The output decorator.
50-
* @param string $configFilename The path of the abc.xml config file.
50+
* @param string $configFilename The path of the plaisio.xml config file.
5151
*/
5252
public function __construct(PlaisioStyle $io, string $configFilename)
5353
{
@@ -81,7 +81,7 @@ public static function compareAgents(array $agent1, array $agent2): int
8181

8282
//--------------------------------------------------------------------------------------------------------------------
8383
/**
84-
* Extracts exception handlers from abc.xml and reflection of classes.
84+
* Extracts exception handlers from plaisio.xml and reflection of classes.
8585
*/
8686
public function extractExceptionAgents(): array
8787
{
@@ -210,7 +210,7 @@ private function extractExceptionHandlerBaseName(string $method): ?string
210210

211211
//--------------------------------------------------------------------------------------------------------------------
212212
/**
213-
* Returns the exception agents found in the abc.xml file.
213+
* Returns the exception agents found in the plaisio.xml file.
214214
*
215215
* @return string[]
216216
*/

test/Command/GenerateExceptionHandlerCoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Symfony\Component\Console\Tester\ApplicationTester;
99

1010
/**
11-
* Test cases for the abc:generate-core-exception-handler command.
11+
* Test cases for the plaisio:generate-core-exception-handler command.
1212
*/
1313
class GenerateExceptionHandlerCoreTest extends TestCase
1414
{

0 commit comments

Comments
 (0)