Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

Commit ab9f9c2

Browse files
committed
Remove strict types since they dont pass WMF CI
1 parent 99179b9 commit ab9f9c2

File tree

11 files changed

+0
-22
lines changed

11 files changed

+0
-22
lines changed

src/DoctrineTermStore.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
namespace Wikibase\TermStore;
64

75
use Doctrine\DBAL\Connection;

src/PackagePrivate/Doctrine/DoctrinePropertyTermStore.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
namespace Wikibase\TermStore\PackagePrivate\Doctrine;
64

75
use Doctrine\DBAL\Connection;

src/PackagePrivate/Doctrine/DoctrineSchemaCreator.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
namespace Wikibase\TermStore\PackagePrivate\Doctrine;
64

75
use Doctrine\DBAL\Schema\AbstractSchemaManager;

src/PackagePrivate/Doctrine/TableNames.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
namespace Wikibase\TermStore\PackagePrivate\Doctrine;
64

75
class TableNames {

src/PropertyTermStore.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
namespace Wikibase\TermStore;
64

75
use Wikibase\DataModel\Entity\PropertyId;

src/TermStore.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
namespace Wikibase\TermStore;
64

75
use Onoi\MessageReporter\MessageReporter;

src/TermStoreException.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
namespace Wikibase\TermStore;
64

75
class TermStoreException extends \RuntimeException {

tests/Integration/Doctrine/DoctrinePropertyTermStoreTest.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
namespace Wikibase\TermStore\Tests\Integration\Doctrine;
64

75
use Doctrine\DBAL\Connection;

tests/Integration/Doctrine/DoctrineTermStoreTest.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
namespace Wikibase\TermStore\Tests\Integration\Doctrine;
64

75
use Doctrine\DBAL\Connection;

tests/Unit/Doctrine/TableNamesTest.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
namespace Wikibase\TermStore\Tests\Unit\Doctrine;
64

75
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)