File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 "require" : {
1515 "php" : " ^8.0" ,
1616 "ext-dom" : " *" ,
17- "codeception/codeception" : " ^5.0.0-alpha1 " ,
17+ "codeception/codeception" : " ^5.0.0-alpha3 " ,
1818 "codeception/lib-innerbrowser" : " ^2.0 | *@dev" ,
1919 "codeception/lib-xml" : " ^1.0"
2020 },
Original file line number Diff line number Diff line change 5454class SOAP extends Module implements DependsOnModule
5555{
5656 /**
57- * @var array
57+ * @var array<string, mixed>
5858 */
59- protected $ config = [
59+ protected array $ config = [
6060 'schema ' => "" ,
6161 'schema_url ' => 'http://schemas.xmlsoap.org/soap/envelope/ ' ,
6262 'framework_collect_buffer ' => true
@@ -65,7 +65,7 @@ class SOAP extends Module implements DependsOnModule
6565 /**
6666 * @var string[]
6767 */
68- protected $ requiredFields = ['endpoint ' ];
68+ protected array $ requiredFields = ['endpoint ' ];
6969
7070 protected string $ dependencyMessage = <<<EOF
7171Example using PhpBrowser as backend for SOAP module.
You can’t perform that action at this time.
0 commit comments