Skip to content

Commit

Permalink
Fix CS - empty values last in docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 9, 2019
1 parent d8d4e0d commit 47c3045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class App
* @param string $class Class name
* @param string $type Type of class
* @param string $suffix Class name suffix
* @return false|string False if the class is not found or namespaced class name
* @return string|false False if the class is not found or namespaced class name
*/
public static function className($class, $type = '', $suffix = '')
{
Expand Down

0 comments on commit 47c3045

Please sign in to comment.