Completed
Push — 4.0 ( e56aa7...94a4df )
by Marc André
02:07
created
src/Core.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
      *
74 74
      * @param string|null $json_config_file The path to the JSON configuration file to use.
75 75
      */
76
-    public static function init(?string $json_config_file = null) : void
76
+    public static function init(? string $json_config_file = null) : void
77 77
     {
78 78
         // Check if the system is already initiated
79 79
 
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      *
134 134
      * @param string|null $json_config_file
135 135
      */
136
-    public static function initConfig(?string $json_config_file = null) : void
136
+    public static function initConfig(? string $json_config_file = null) : void
137 137
     {
138 138
         // Check if the system is already initiated
139 139
 
Please login to merge, or discard this patch.
src/Libraries/Events.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
170 170
      *
171 171
      * @return string|null
172 172
      */
173
-    public function getInProgress() : ?string
173
+    public function getInProgress() : ? string
174 174
     {
175 175
         return $this->inProgress;
176 176
     }
Please login to merge, or discard this patch.