File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 strategy :
2020 matrix :
2121 php-version :
22- - ' 8.1 '
22+ - ' 8.2 '
2323
2424 steps :
2525 -
5252 strategy :
5353 matrix :
5454 php-version :
55- - ' 8.1 '
55+ - ' 8.2 '
5656
5757 steps :
5858 -
8585 strategy :
8686 matrix :
8787 php-version :
88- - ' 8.0'
89- - ' 8.1'
88+ - ' 8.2'
89+ - ' 8.3'
90+ - ' 8.4'
91+ - ' 8.5'
9092
9193 steps :
9294 -
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Amp FS Watch
44![ CI] ( https://github.com/phpactor/amp-fswatch/workflows/CI/badge.svg )
55
66This is an [ Amp] ( https://amphp.org/ ) library for asynchronously monitor paths
7- on your file system changes using various stategues .
7+ on your file system changes using various stategies .
88
99It's been created to trigger code indexing in
1010[ Phpactor] ( https://github.com/phpactor/phpactor ) .
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^8.0 " ,
13+ "php" : " ^8.2 " ,
1414 "amphp/amp" : " ^2.4" ,
1515 "amphp/process" : " ^1.1" ,
1616 "psr/log" : " ^1.1" ,
Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ class FallbackWatcherTest extends AsyncTestCase
1616{
1717 use \Prophecy \PhpUnit \ProphecyTrait;
1818
19- /**
20- * @var ObjectProphecy|LoggerInterface
21- */
22- private $ logger ;
19+ private ObjectProphecy |LoggerInterface $ logger ;
2320
2421 private ObjectProphecy $ watcher1 ;
2522
Original file line number Diff line number Diff line change @@ -15,10 +15,7 @@ class WatchmanWatcherTest extends WatcherTestCase
1515 use \Prophecy \PhpUnit \ProphecyTrait;
1616 private const PLAN_DELAY = 100 ;
1717
18- /**
19- * @var ObjectProphecy|CommandDetector
20- */
21- private $ commandDetector ;
18+ private ObjectProphecy |CommandDetector $ commandDetector ;
2219
2320 public function testIsSupported (): Generator
2421 {
You can’t perform that action at this time.
0 commit comments