Completed
Push — master ( 852533...6ba56a )
by Stefan
09:00 queued 03:16
created
src/TQ/Svn/Repository/Repository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * Opens a SVN repository on the file system
60 60
      *
61 61
      * @param   string               $repositoryPath        The full path to the repository
62
-     * @param   Binary|string|null   $svn                   The SVN binary
62
+     * @param   Binary   $svn                   The SVN binary
63 63
      * @return  Repository
64 64
      * @throws  \RuntimeException                       If the path cannot be created
65 65
      * @throws  \InvalidArgumentException               If the path is not valid or if it's not a valid SVN repository
Please login to merge, or discard this patch.
src/TQ/Vcs/StreamWrapper/AbstractStreamWrapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -283,7 +283,7 @@
 block discarded – undo
283 283
     /**
284 284
      * streamWrapper::dir_readdir — Read entry from directory handle
285 285
      *
286
-     * @return  string|false    Should return string representing the next filename, or FALSE if there is no next file.
286
+     * @return  string    Should return string representing the next filename, or FALSE if there is no next file.
287 287
      */
288 288
     public function dir_readdir()
289 289
     {
Please login to merge, or discard this patch.