We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e14e57 commit bb9729fCopy full SHA for bb9729f
1 file changed
README.md
@@ -83,9 +83,9 @@ The library is already loaded by default in the config file **app/config/config.
83
Example of creating a Semantic-UI button
84
85
```php
86
- /**
87
- * @property \Ajax\php\ubiquity\JsUtils $jquery
88
- **/
+/**
+ * @property \Ajax\php\ubiquity\JsUtils $jquery
+ */
89
class ExempleController extends Controller{
90
public function index(){
91
$semantic=$this->jquery->semantic();
@@ -123,9 +123,9 @@ Example of creating a Semantic-UI button
123
124
use Phalcon\Mvc\Controller;
125
use Ajax\php\phalcon\JsUtils;
126
127
- * @property JsUtils $jquery
128
+ * @property JsUtils $jquery
129
130
public function indexAction(){
131
0 commit comments