Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Oct 20, 2018
1 parent 024da97 commit f182967
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 @@ -246,13 +246,13 @@ $some->a = 'string'; // Error: "TypeError: Value for property Some::$a must be o
- `scalar` - value cannot be an object
- `countable` - value can be a countable (array or object provided `Countable` interface).
- `self` - value can be object of self class or string with name of self class
> _Does **not available** yet: it will be supports in future_
> _`self` keyword does **not available** yet: it will be supports in future_
- `static` - value can be instance of self class or string whos are sublass of self
> _Does **not available** yet: it will be supports in future_
> _`static` keyword does **not available** yet: it will be supports in future_
- `$this` - value can be only object instance of self class
> _Does **not available** yet: it will be supports in future_
> _`$this` keyword does **not available** yet: it will be supports in future_
### Arrays And Generics

Expand Down

0 comments on commit f182967

Please sign in to comment.