Completed
Branch master (6cba54)
by Marcel
03:45 queued 01:30
created
src/Exec.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
     /**
85 85
      * getLastCommand returns the string last used by a previous call to `run()`.
86 86
      *
87
-     * @return string|null
87
+     * @return string
88 88
      */
89 89
     public function getLastCommand()
90 90
     {
Please login to merge, or discard this patch.
src/Format/Duration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
      *
82 82
      * @param int $format
83 83
      *
84
-     * @return \nochso\Omni\Duration
84
+     * @return Duration
85 85
      */
86 86
     public static function create($format = self::FORMAT_SHORT)
87 87
     {
Please login to merge, or discard this patch.