Skip to content

Commit 20bb5b3

Browse files
author
Gavin Love
committed
Update licence and readme
1 parent 91dae70 commit 20bb5b3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2017 MyBuilder Limited
1+
Copyright (c) 2014-2018 MyBuilder Limited
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Inspired by [Kris Wallsmith faster PHPUnit article](http://kriswallsmith.net/pos
88

99
To install this library, run the command below and you will get the latest version
1010

11-
``` bash
11+
```bash
1212
composer require mybuilder/phpunit-accelerator --dev
1313
```
1414

@@ -36,7 +36,7 @@ As an example, if we hypothetically wanted to ignore all tests which include "Le
3636
use MyBuilder\PhpunitAccelerator\IgnoreTestPolicy;
3737

3838
class IgnoreLegacyTestPolicy implements IgnoreTestPolicy {
39-
public function shouldIgnore(\ReflectionObject $testReflection) {
39+
public function shouldIgnore(\ReflectionObject $testReflection): bool {
4040
return strpos($testReflection->getFilename(), 'Legacy') !== false;
4141
}
4242
}
@@ -58,4 +58,5 @@ And pass it to the constructor of our test listener in `phpunit.xml` configurati
5858

5959
---
6060

61-
Created by [MyBuilder](http://www.mybuilder.com/) - Check out our [blog](http://tech.mybuilder.com/) for more insight into this and other open-source projects we release.
61+
Created by [MyBuilder](https://www.mybuilder.com/) - Check out our [blog](https://tech.mybuilder.com/) for more insight into this and other open-source projects we release.
62+
We are always looking to hire good people for our London office.

0 commit comments

Comments
 (0)