We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c5235 commit f89e59dCopy full SHA for f89e59d
Git.php
@@ -5,7 +5,7 @@
5
*
6
* A PHP git library
7
8
- * @package Git.php
+ * @package Git.php
9
* @version 0.1.1-a
10
* @author James Brumond
11
* @copyright Copyright (c) 2008 - 2009, EllisLab, Inc.
@@ -32,10 +32,10 @@ class Git {
32
33
* Accepts a creation path, and, optionally, a source path
34
35
- * @access public
36
- * @param string repository path
37
- * @param string directory to source
38
- * @return GitRepo
+ * @access public
+ * @param string repository path
+ * @param string directory to source
+ * @return GitRepo
39
*/
40
public static function &create($repo_path, $source = null) {
41
return GitRepo::create_new($repo_path, $source);
0 commit comments