Completed
Push — 2.1 ( 8c7631 )
by David
03:47
created
src/Mouf/Utils/Patcher/PatchInterface.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 	 * 
87 87
 	 * @return string
88 88
 	 */
89
-    public function getLastErrorMessage(): ?string;
89
+    public function getLastErrorMessage(): ? string;
90 90
 	
91 91
 	/**
92 92
 	 * Returns the URL that can be used to edit this patch.
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
 	 * 
95 95
 	 * @return string
96 96
 	 */
97
-    public function getEditUrl(): ?string;
97
+    public function getEditUrl(): ? string;
98 98
 
99 99
     /**
100 100
      * Returns the type of the patch.
Please login to merge, or discard this patch.