Skip to content

Commit 68922c9

Browse files
committed
Merge branch 'develop'
* develop: update attributes fix license ownership fix documentation
2 parents 78e669c + 6f59715 commit 68922c9

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/.github export-ignore
12
/.gitattributes export-ignore
23
/.gitignore export-ignore
34
/fixtures export-ignore
5+
/.php-cs-fixer.dist.php export-ignore
6+
/psalm.xml export-ignore

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-present
3+
Copyright (c) 2018-present Innmind
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ use Innmind\HttpServer\Main;
2020
use Innmind\Http\{
2121
ServerRequest,
2222
Response,
23-
ServerRequest\Environment,
2423
};
2524
use Innmind\OperatingSystem\OperatingSystem;
25+
use Innmind\Immutable\Map;
2626

2727
new class extends Main {
28-
protected function preload(OperatingSystem $os, Environment $env): void
28+
/**
29+
* @param Map<string, string> $env
30+
*/
31+
protected function preload(OperatingSystem $os, Map $env): void
2932
{
3033
// optional, use this method to boostrap your app
3134
}

0 commit comments

Comments
 (0)