Skip to content

Commit c043bf2

Browse files
authored
Merge pull request #132 from skiptirengu/patch-1
Update README.md
2 parents 94e57bb + 9686188 commit c043bf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ Testing code developed with the **ActiveRecord** pattern. Does the use of the Ac
6262
``` php
6363
<?php
6464
class UserService {
65-
function createUserByName($name)
65+
function createUserByName($name) {
6666
$user = new User;
6767
$user->setName($name);
6868
$user->save();
69-
}
69+
}
7070
}
7171
?>
7272
```
@@ -149,7 +149,7 @@ No PECL extensions is required. The [Go! AOP](http://go.aopphp.com/) library doe
149149

150150
## Requirements
151151

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

154154
## Installation
155155

0 commit comments

Comments
 (0)