Skip to content

Commit a7c3c07

Browse files
committed
minor #179 [Demo][Agent] Remove declare(strict_types=1) (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Demo][Agent] Remove `declare(strict_types=1)` | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- cba24ca Remove `declare(strict_types=1)`
2 parents ec0b74a + cba24ca commit a7c3c07

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

demo/tests/Blog/LoaderTest.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
*

demo/tests/Blog/PostTest.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
*

demo/tests/SmokeTest.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/ai-bundle/tests/Security/IsGrantedToolAttributeListenerTest.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)