Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54894e3

Browse files
committed
Fixed links not showing correctly in readme
1 parent 8604c17 commit 54894e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PHP Reflection Utils
22
A small helper class to make accessing private properties and methods easier, largely used in testing.
33

4-
[![Build Status](https://ci.jacekk.co.uk/buildStatus/icon?job=PHP Reflection Utils)](https://ci.jacekk.co.uk/job/PHP Reflection Utils)
4+
[![Build Status](https://ci.jacekk.co.uk/buildStatus/icon?job=PHP%20Reflection%20Utils)](https://ci.jacekk.co.uk/job/PHP%20Reflection%20Utils)
55

66
## Installation
77
The library can be included via composer by adding a custom repo and the project name
@@ -34,4 +34,4 @@ We use phpcs and phpunit for testing, run both before commiting anything
3434

3535
phpunit will do code coverage checking which requires xdebug, if it's not installed this will fail gracefully - not to worry.
3636

37-
A report of the test coverage is published [here by Jenkins](https://ci.jacekk.co.uk/job/PHP Reflection Utils/HTML_Code_Coverage/index.html)
37+
A report of the test coverage is published [here by Jenkins](https://ci.jacekk.co.uk/job/PHP%20Reflection%20Utils/HTML_Code_Coverage/index.html)

0 commit comments

Comments
 (0)