StyleCI: Obey the alphabet #342

This commit is contained in:
El RIDO 2018-07-29 16:15:52 +02:00
parent 4a35428499
commit a5e8eeaaf9
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
4 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
<?php
use PrivateBin\Controller;
use PrivateBin\Data\Filesystem;
use PrivateBin\Persistence\ServerSalt;
use PrivateBin\Persistence\TrafficLimiter;
use PrivateBin\Controller;
class ControllerTest extends PHPUnit_Framework_TestCase
{