Skip to content

Commit ab2190d

Browse files
committed
Fix typo (PSR-4)
1 parent c2a60aa commit ab2190d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Ajax/ui/components/Autocomplete.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
namespace Ajax\ui\Components;
2+
namespace Ajax\ui\components;
33

44
use Ajax\JsUtils;
55
use Ajax\ui\properties\Position;
@@ -10,7 +10,7 @@
1010
* JQuery UI Autocomplete component
1111
*
1212
* @author jc
13-
* @version 1.001
13+
* @version 1.0.2
1414
*/
1515
class Autocomplete extends SimpleComponent {
1616

0 commit comments

Comments
 (0)