Skip to content

Commit ea30fa0

Browse files
committed
Add license header to Php files
1 parent 1d5a642 commit ea30fa0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/DebugModeDetector.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* The MIT License (MIT)
4+
* Copyright (c) 2020 Redbit s.r.o., Jakub Bouček
5+
*/
26

37
declare(strict_types=1);
48

@@ -32,7 +36,6 @@ public function isDebugMode(): bool
3236
* - false (force to turn-off debug mode)
3337
* - true (force to turn-on debug mode)
3438
* - null (enabler is not activated)
35-
3639
* @return bool|null
3740
*/
3841
public function isDebugModeByEnabler(): ?bool

0 commit comments

Comments
 (0)