Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php

declare(strict_types=1);
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php

declare(strict_types=1);
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/misc/annotations/Endpoint.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/misc/annotations/OpenApiSpec.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/misc/annotations/Response.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/misc/annotations/ResultSchema.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/misc/annotations/UserAddEndpoint.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
3 changes: 1 addition & 2 deletions docs/examples/specs/misc/annotations/sideeffect.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
<?php declare(strict_types=1);

// this should not get loaded...

die(1);
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/annotations/Models/Order.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/annotations/Models/Pet.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/annotations/Models/Tag.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/annotations/Models/User.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/annotations/Petstore.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/annotations/Security.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/attributes/Models/Order.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/attributes/Models/Pet.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/attributes/Models/Tag.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/attributes/Models/User.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/attributes/Petstore.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/petstore/attributes/Security.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/polymorphism/annotations/Employee.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/polymorphism/annotations/Fl.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/polymorphism/annotations/Request.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/polymorphism/attributes/Controller.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/polymorphism/attributes/Employee.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/polymorphism/attributes/Fl.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/polymorphism/attributes/Request.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/using-links/annotations/Repository.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/using-links/annotations/User.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/using-links/attributes/OpenApiSpec.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/using-links/attributes/PullRequest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/using-links/attributes/Repository.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/specs/using-refs/annotations/Model.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);

/**
* @license Apache 2.0
Expand Down
Loading