Skip to content

Commit e1f8943

Browse files
committed
code style fixes
1 parent beccd6c commit e1f8943

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed

app/Core/Configuration/laravelConfig.php

-2
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@
443443
],
444444
],
445445

446-
447446
],
448447

449448
/*
@@ -473,5 +472,4 @@
473472
],
474473
],
475474

476-
477475
];

app/Core/Db/Db.php

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public function __construct($connection = 'mysql')
7373
Log::error($e);
7474

7575
throw new \Exception($e);
76-
7776
}
7877
}
7978

app/Core/Middleware/LoadPlugins.php

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Leantime\Core\Middleware;
44

55
use Closure;
6-
use Illuminate\Pipeline\Pipeline;
76
use Leantime\Core\Events\DispatchesEvents;
87
use Leantime\Core\Http\IncomingRequest;
98
use Symfony\Component\HttpFoundation\Response;

app/Core/Providers/Logging.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Leantime\Core\Providers;
44

5-
use Illuminate\Container\Container;
65
use Illuminate\Log;
76
use Illuminate\Support\ServiceProvider;
87

app/Domain/Help/Composers/Helpermodal.php

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function with(): array
3838

3939
$currentModal = $this->helperService->getHelperModalByRoute($action);
4040

41-
4241
if (
4342
$completedOnboarding == '1'
4443
&& $currentModal !== 'notfound'

app/helpers.php

-3
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ function redirect($url = null, $http_response_code = 302, $headers = [], $secure
272272
* @param array $headers
273273
* @param bool|null $secure
274274
*/
275-
276275
function currentRoute()
277276
{
278277

@@ -285,7 +284,6 @@ function currentRoute()
285284

286285
/**
287286
* Gets a unique instance key determined by domain
288-
*
289287
*/
290288
function get_domain_key()
291289
{
@@ -302,4 +300,3 @@ function get_domain_key()
302300
}
303301

304302
}
305-

0 commit comments

Comments
 (0)