Skip to content

Commit

Permalink
Merge pull request Codeception#132 from skiptirengu/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sergeyklay authored Apr 25, 2017
2 parents 94e57bb + 9686188 commit c043bf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ Testing code developed with the **ActiveRecord** pattern. Does the use of the Ac
``` php
<?php
class UserService {
function createUserByName($name)
function createUserByName($name) {
$user = new User;
$user->setName($name);
$user->save();
}
}
}
?>
```
Expand Down Expand Up @@ -149,7 +149,7 @@ No PECL extensions is required. The [Go! AOP](http://go.aopphp.com/) library doe

## Requirements

PHP >= 5.4 + [Go! AOP Requirements](https://github.com/goaop/framework#requirements)
PHP >= 5.6 + [Go! AOP Requirements](https://github.com/goaop/framework#requirements)

## Installation

Expand Down

0 comments on commit c043bf2

Please sign in to comment.