We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33163b commit ffc33caCopy full SHA for ffc33ca
composer.json
@@ -125,7 +125,7 @@
125
"phpstan/phpstan": "^0.12.88 || ^1.0.0 || ^2.0.0",
126
"phpstan/phpstan-phpunit": "^1.0 || ^2.0",
127
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0 || ^10.0",
128
- "symfony/process": "^4.4 || ^5.0",
+ "symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0",
129
"tecnickcom/tcpdf": "^6.5"
130
},
131
"suggest": {
tests/PhpWordTests/SampleTest.php
@@ -29,7 +29,6 @@ class SampleTest extends TestCase
29
protected static $alwaysTrue = true;
30
31
/**
32
- *
33
* @param string $sample
34
*
35
* @preserveGlobalState disabled
0 commit comments