Skip to content

Commit fa411a1

Browse files
committed
minor #31 refactor: remove strict types (again) (chr-hertel)
This PR was merged into the main branch. Discussion ---------- refactor: remove strict types (again) | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT Commits ------- ff633a5 refactor: remove strict types (again)
2 parents 354c215 + ff633a5 commit fa411a1

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

examples/misc/parallel-chat-gpt.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/*
64
* This file is part of the Symfony package.
75
*

examples/misc/parallel-embeddings.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/*
64
* This file is part of the Symfony package.
75
*

src/mcp-bundle/src/McpBundle.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/*
64
* This file is part of the Symfony package.
75
*

0 commit comments

Comments
 (0)