File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109
110110 - name : Composer Config nightly
111111 if : matrix.php == 'nightly'
112- run : composer config platform.php 8.5 .99
112+ run : composer config platform.php 8.4 .99
113113
114114 - name : Composer Install
115115 run : composer install --ansi --prefer-dist --no-interaction --no-progress
Original file line number Diff line number Diff line change 2525
2626class SampleTest extends TestCase
2727{
28- protected static bool $ alwaysTrue = true ;
28+ /** @var bool */
29+ protected static $ alwaysTrue = true ;
2930
3031 /**
32+ *
33+ * @param string $sample
34+ *
3135 * @preserveGlobalState disabled
3236 *
3337 * @runInSeparateProcess
3438 *
3539 * @dataProvider providerSample
3640 */
37- public function testSample (string $ sample ): void
41+ public function testSample ($ sample ): void
3842 {
3943 ob_start ();
4044 require $ sample ;
You can’t perform that action at this time.
0 commit comments