We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d838e5 commit 2e998b9Copy full SHA for 2e998b9
README.md
@@ -9,9 +9,6 @@
9
10
PHP adapter for use with Stanford CoreNLP
11
12
-## Temporary fix (24-02-2018)
13
-PHP7 Type hinting removed, because it was causing issues for some users.
14
-
15
## Features
16
- Connect to Stanford University CoreNLP API online
17
- Connect to Stanford CoreNLP 3.7.0 server
@@ -30,6 +27,9 @@ PHP7 Type hinting removed, because it was causing issues for some users.
30
27
```
31
28
32
29
+## Update 24th February 2018
+PHP7 Type hinting removed, because it was causing issues for some users.
+
33
34
## Installation using ZIP files
35
0 commit comments