Skip to content

Many code fixes, optimazations, cleanup, refactoring and commenting. #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Jan 23, 2020
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9700db7
raise version number
JBlond Dec 3, 2019
4352698
Preperation for local developement.
DigiLive Dec 19, 2019
e6cd9e0
Code commenting.
DigiLive Dec 19, 2019
0d8c872
Code Optimization, cleanup, refactoring and commenting.
DigiLive Dec 19, 2019
122a72c
PHPUnit test added for diff-view renderers.
DigiLive Dec 19, 2019
0c5e1a4
HTML Unified Renderer added, Code optimization, cleanup and commenting.
DigiLive Dec 20, 2019
611dc21
PHPUnit test for HTML Unified Renderer added.
DigiLive Dec 20, 2019
71b63a1
Code cleanup, bumped required PHP version to >= 7.2 and updated readme.
DigiLive Dec 20, 2019
5e7ddf3
Code Style Fixes.
DigiLive Dec 28, 2019
6bc3f7c
Code Optimization, cleanup, refactoring and commenting.
DigiLive Jan 10, 2020
d1c724c
Code Fixes.
DigiLive Jan 10, 2020
42b1ace
valid html can have no white space before the first tag
JBlond Jan 10, 2020
7c75b07
PSR12.Files.DeclareStatement
JBlond Jan 10, 2020
2a01869
PSR12 fixes
JBlond Jan 10, 2020
6bfc5e7
Correct paths for composer run-script phpunit
JBlond Jan 10, 2020
ec0e0a6
ignore composer lock file
JBlond Jan 10, 2020
e227356
PSR12 fixes
DigiLive Jan 14, 2020
c984365
Code Optimization, cleanup, refactoring and commenting.
DigiLive Jan 14, 2020
3b2c367
Update PHPUnit tests
DigiLive Jan 14, 2020
795fe20
fix notation
JBlond Jan 14, 2020
c017af5
Code Optimization, cleanup, refactoring and commenting.
DigiLive Jan 15, 2020
3a1c258
Code reformatting and minor optimization, Typo fixes
DigiLive Jan 16, 2020
7f87ce3
Code reformatting and minor optimization, Typo fixes
DigiLive Jan 16, 2020
7748252
Code Optimization, cleanup, refactoring and commenting.
DigiLive Jan 22, 2020
f5f11a3
Merge branch 'DigiLive' of https://github.com/JBlond/php-diff into Di…
DigiLive Jan 22, 2020
78a1658
Code Fixes, Optimization, cleanup, refactoring and commenting.
DigiLive Jan 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PSR12.Files.DeclareStatement
  • Loading branch information
JBlond committed Jan 10, 2020
commit 7c75b075829cc32b5ad5be2253d573fd01c1e1f7
2 changes: 1 addition & 1 deletion tests/Diff/Renderer/Html/HtmlRenderersTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Tests\Diff\Renderer\Html;

Expand Down