mirror of
https://github.com/ivuorinen/business-data-fetcher.git
synced 2026-03-18 05:00:57 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e06f28ae2a | |||
| 2e08598832 |
10
composer.lock
generated
10
composer.lock
generated
@@ -733,16 +733,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "1.11.10",
|
"version": "1.11.11",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "640410b32995914bde3eed26fa89552f9c2c082f"
|
"reference": "707c2aed5d8d0075666e673a5e71440c1d01a5a3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/640410b32995914bde3eed26fa89552f9c2c082f",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/707c2aed5d8d0075666e673a5e71440c1d01a5a3",
|
||||||
"reference": "640410b32995914bde3eed26fa89552f9c2c082f",
|
"reference": "707c2aed5d8d0075666e673a5e71440c1d01a5a3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -787,7 +787,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-08-08T09:02:50+00:00"
|
"time": "2024-08-19T14:37:29+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/container",
|
"name": "psr/container",
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ BisCompanyForm {
|
|||||||
endDate (string, optional): Ending date of registration
|
endDate (string, optional): Ending date of registration
|
||||||
name (string): Name of company form
|
name (string): Name of company form
|
||||||
language (string, optional): Two letter language code
|
language (string, optional): Two letter language code
|
||||||
type (string): Type of company form
|
type (string, optional): Type of company form
|
||||||
}
|
}
|
||||||
|
|
||||||
BisCompanyLiquidation {
|
BisCompanyLiquidation {
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ class BisCompanyForm extends DataTransferObject
|
|||||||
/**
|
/**
|
||||||
* Type of company form
|
* Type of company form
|
||||||
*/
|
*/
|
||||||
public string $type = '';
|
public ?string $type = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user