Skip to content

Commit c879340

Browse files
committed
Use spaces instead TABs for comment indent
1 parent fc6f9cc commit c879340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

namespaced/Detection/MobileDetect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* the Symfony Universal ClassLoader by Fabien Potencier. Since PSR-0 handles an underscore in
55
* classnames (on the filesystem) as a slash, "Mobile_Detect.php" autoloaders will try to convert
66
* the classname and path to "Mobile\Detect.php". This script will ensure autoloading with:
7-
* - Namespace: Detection
7+
* - Namespace: Detection
88
* - Classname: MobileDetect
99
* - Namespased: \Detection\MobileDetect
1010
* - Autoload path: ./namespaced

0 commit comments

Comments
 (0)