Skip to content

Commit a197992

Browse files
committed
Remove strict_types declaration
On older PHP versions, the addition of the shebang leads to test failures due to strict types
1 parent 2e0077d commit a197992

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

examples/aggregate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env php
22
<?php
3-
declare(strict_types=1);
43

54
namespace MongoDB\Examples;
65

examples/bulk.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env php
22
<?php
3-
declare(strict_types=1);
43

54
namespace MongoDB\Examples;
65

examples/changestream.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env php
22
<?php
3-
declare(strict_types=1);
43

54
namespace MongoDB\Examples;
65

examples/command_logger.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env php
22
<?php
3-
declare(strict_types=1);
43

54
namespace MongoDB\Examples;
65

examples/persistable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env php
22
<?php
3-
declare(strict_types=1);
43

54
namespace MongoDB\Examples;
65

examples/typemap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env php
22
<?php
3-
declare(strict_types=1);
43

54
namespace MongoDB\Examples;
65

examples/with_transaction.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env php
22
<?php
3-
declare(strict_types=1);
43

54
namespace MongoDB\Examples;
65

0 commit comments

Comments
 (0)