Skip to content

Commit f89e59d

Browse files
committed
fixed some indents
1 parent f7c5235 commit f89e59d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Git.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* A PHP git library
77
*
8-
* @package Git.php
8+
* @package Git.php
99
* @version 0.1.1-a
1010
* @author James Brumond
1111
* @copyright Copyright (c) 2008 - 2009, EllisLab, Inc.
@@ -32,10 +32,10 @@ class Git {
3232
*
3333
* Accepts a creation path, and, optionally, a source path
3434
*
35-
* @access public
36-
* @param string repository path
37-
* @param string directory to source
38-
* @return GitRepo
35+
* @access public
36+
* @param string repository path
37+
* @param string directory to source
38+
* @return GitRepo
3939
*/
4040
public static function &create($repo_path, $source = null) {
4141
return GitRepo::create_new($repo_path, $source);

0 commit comments

Comments
 (0)