Skip to content

Commit

Permalink
Merge b5d7813 into e559cbc
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Jan 24, 2020
2 parents e559cbc + b5d7813 commit 1a01b62
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/UpdateDatabaseCommand.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);

/**
* GpsLab component.
*
Expand Down
2 changes: 2 additions & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);

/**
* GpsLab component.
*
Expand Down
2 changes: 2 additions & 0 deletions src/DependencyInjection/GpsLabGeoIP2Extension.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);

/**
* GpsLab component.
*
Expand Down
2 changes: 2 additions & 0 deletions src/GpsLabGeoIP2Bundle.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);

/**
* GpsLab component.
*
Expand Down
2 changes: 2 additions & 0 deletions tests/DependencyInjection/GpsLabGeoIP2ExtensionTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);

/**
* GpsLab component.
*
Expand Down
2 changes: 2 additions & 0 deletions tests/GpsLabGeoIP2BundleTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);

/**
* GpsLab component.
*
Expand Down
1 change: 1 addition & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

$file = __DIR__.'/../vendor/autoload.php';

Expand Down

0 comments on commit 1a01b62

Please sign in to comment.