Completed
Branch master (6f8699)
by Simon
03:42
created
includes/DataObjects/Log.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 	
86 86
 	/**
87 87
 	 * Summary of getUserObject
88
-	 * @return User|null
88
+	 * @return DataObject|null
89 89
 	 */
90 90
 	public function getUserObject()
91 91
 	{
Please login to merge, or discard this patch.
tests/includes/StringFunctionsTest.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 		$this->e = null;
18 18
 	}
19 19
 
20
-	public function test_formatAsUsername()	{
20
+	public function test_formatAsUsername() {
21 21
 		// Happy path
22 22
 		$this->assertEquals($this->e->formatAsUsername("this"), "This");
23 23
 		$this->assertEquals($this->e->formatAsUsername("1this"), "1this");
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,8 @@
 block discarded – undo
17 17
 		$this->e = null;
18 18
 	}
19 19
 
20
-	public function test_formatAsUsername()	{
20
+	public function test_formatAsUsername()
21
+	{
21 22
 		// Happy path
22 23
 		$this->assertEquals($this->e->formatAsUsername("this"), "This");
23 24
 		$this->assertEquals($this->e->formatAsUsername("1this"), "1this");
Please login to merge, or discard this patch.