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.
2 parents b618803 + 78bafbc commit 1735891Copy full SHA for 1735891
README.markdown
@@ -27,10 +27,16 @@ Do not forget to declare a variable type $ redis
27
28
### Setup in IDE PhpStorm
29
30
- Menu "File" -> "Settings" -> "PHP" -> <Select path to folder "phpredis-phpdoc">
+ Menu "File" -> "Settings" -> "PHP" -> _Select path to folder "phpredis-phpdoc"_
31
32
### Setup in IDE NetBeans
33
34
+ * Right click your project -> "Properties"
35
+ * Select the "PHP Include Path" category
36
+ * Click "Add Folder..."
37
+ * Select your checkout of phpredis-phpdoc
38
+ * Click "Open"
39
+ * Click "OK"
40
41
### Setup in IDE Eclipse PDT
42
0 commit comments