Completed
Branch master (81a76b)
by Guillaume
02:04
created
commands/AlfredTime.class.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -258,6 +258,9 @@
 block discarded – undo
258 258
         return $message;
259 259
     }
260 260
 
261
+    /**
262
+     * @param string $feature
263
+     */
261 264
     public function implementedServicesForFeature($feature = null)
262 265
     {
263 266
         $services = [];
Please login to merge, or discard this patch.
commands/vendor/composer/ClassLoader.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -367,6 +367,10 @@
 block discarded – undo
367 367
         return $file;
368 368
     }
369 369
 
370
+    /**
371
+     * @param string $class
372
+     * @param string $ext
373
+     */
370 374
     private function findFileWithExtension($class, $ext)
371 375
     {
372 376
         // PSR-4 lookup
Please login to merge, or discard this patch.