Skip to content

Commit 3c0e64f

Browse files
Fixed file headers
1 parent 5fee45c commit 3c0e64f

24 files changed

+24
-24
lines changed

src/Compilers/MinifyCompiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/Facades/HTMLMin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/HTMLMin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/HTMLMinServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/Minifiers/BladeMinifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/Minifiers/CssMinifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/Minifiers/HtmlMinifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/Minifiers/JsMinifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/Minifiers/MinifierInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/AbstractTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/Compilers/MinifyCompilerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/Facades/HTMLMinTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/Functional/AbstractFunctionalTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/Functional/BladeEnabledTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/Functional/FilterEnabledTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/Functional/LiveEnabledTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/HTMLMinTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/Minifiers/BladeMinifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/Minifiers/CssMinifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/Minifiers/HtmlMinifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/Minifiers/JsMinifierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

tests/ServiceProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/**
3+
/*
44
* This file is part of Laravel HTMLMin by Graham Campbell.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)