File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55namespace TypistTech \PhpMatrix \Console ;
66
7+ use Attribute ;
78use Symfony \Component \Console \Attribute \Option ;
89
9- #[\ Attribute(\ Attribute::TARGET_PARAMETER )]
10+ #[Attribute(Attribute::TARGET_PARAMETER )]
1011class ModeOption extends Option
1112{
1213 public function __construct ()
Original file line number Diff line number Diff line change 44
55namespace TypistTech \PhpMatrix \Console ;
66
7+ use Attribute ;
78use Symfony \Component \Console \Attribute \Option ;
89
9- #[\ Attribute(\ Attribute::TARGET_PARAMETER )]
10+ #[Attribute(Attribute::TARGET_PARAMETER )]
1011class SourceOption extends Option
1112{
1213 public function __construct ()
Original file line number Diff line number Diff line change 55namespace TypistTech \PhpMatrix ;
66
77use Composer \Semver \Semver ;
8+ use UnexpectedValueException ;
89
910readonly class Matrix implements MatrixInterface
1011{
@@ -22,7 +23,7 @@ public function satisfiedBy(string $constraint): array
2223 $ this ->releases ->all (),
2324 $ constraint
2425 );
25- } catch (\ UnexpectedValueException $ e ) {
26+ } catch (UnexpectedValueException $ e ) {
2627 throw new Exceptions \UnexpectedValueException (
2728 $ e ->getMessage (),
2829 previous: $ e
You can’t perform that action at this time.
0 commit comments