Skip to content

Commit ae4690a

Browse files
committed
chore: Automatic php-cs-fixer updates
1 parent f2d8979 commit ae4690a

27 files changed

+1
-28
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// ini_set('error_log','./phpunit/error.log');
55

66
/**
7-
* @var $loader \Composer\Autoload\ClassLoader
7+
* @var Composer\Autoload\ClassLoader $loader
88
*/
99
$loader = require 'vendor/autoload.php';
1010
$loader->addClassMap(['fixtures\UserFixture' => 'tests/fixtures/UserFixture.php']);

website/app/GeoKrety/Model/AuditLog.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace GeoKrety\Model;
44

5-
use DateTime;
65
use DB\SQL\Schema;
76

87
/**

website/app/GeoKrety/Model/AuditPost.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace GeoKrety\Model;
44

5-
use DateTime;
65
use DB\SQL\Schema;
76

87
/**

website/app/GeoKrety/Model/Awards.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace GeoKrety\Model;
44

5-
use DateTime;
65
use DB\SQL\Schema;
76

87
/**

website/app/GeoKrety/Model/AwardsWon.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace GeoKrety\Model;
44

5-
use DateTime;
65
use DB\SQL\Schema;
76
use Sugar\Event;
87
use Validation\Traits\CortexTrait;

website/app/GeoKrety/Model/Base.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace GeoKrety\Model;
44

5-
use DateTime;
6-
75
abstract class Base extends \DB\Cortex implements \JsonSerializable {
86
protected $db = 'DB';
97

website/app/GeoKrety/Model/BaseSettings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace GeoKrety\Model;
44

5-
use DateTime;
65
use DB\SQL\Schema;
76

87
/**

website/app/GeoKrety/Model/EmailActivationToken.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace GeoKrety\Model;
44

5-
use DateTime;
65
use DB\SQL\Schema;
76
use Sugar\Event;
87

website/app/GeoKrety/Model/Geokret.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace GeoKrety\Model;
44

5-
use DateTime;
65
use DB\SQL\Schema;
76
use GeoKrety\GeokretyType;
87
use GeoKrety\LogType;

website/app/GeoKrety/Model/Label.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace GeoKrety\Model;
44

5-
use DateTime;
65
use DB\SQL\Schema;
76
use Validation\Traits\CortexTrait;
87

0 commit comments

Comments
 (0)