Skip to content

Commit 410e06b

Browse files
committed
Make some classes final
1 parent b0c9a3d commit 410e06b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/Exception/PuliUnavailableException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
*
88
* @author Tobias Nyholm <[email protected]>
99
*/
10-
class PuliUnavailableException extends StrategyUnavailableException
10+
final class PuliUnavailableException extends StrategyUnavailableException
1111
{
1212
}

src/Strategy/CommonClassesStrategy.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* @author Tobias Nyholm <[email protected]>
2222
*/
23-
class CommonClassesStrategy implements DiscoveryStrategy
23+
final class CommonClassesStrategy implements DiscoveryStrategy
2424
{
2525
/**
2626
* @var array

src/Strategy/Puli.php

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Find candidates using Puli.
1111
*
1212
* @internal
13+
* @final
1314
*
1415
* @author David de Boer <[email protected]>
1516
* @author Márk Sági-Kazár <[email protected]>

0 commit comments

Comments
 (0)