Completed
Push — master ( d5f261...ed671f )
by Joseph
01:44
created
src/Drivers/Google/Adapter.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @param $destinationPath
96
+     * @param string $destinationPath
97 97
      *
98 98
      * @return Google_Service_Drive_DriveFile
99 99
      */
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
     }
109 109
 
110 110
     /**
111
-     * @param $sourcePath
111
+     * @param string $sourcePath
112 112
      *
113 113
      * @return array
114 114
      */
@@ -123,9 +123,9 @@  discard block
 block discarded – undo
123 123
     }
124 124
 
125 125
     /**
126
-     * @param $path
126
+     * @param string $path
127 127
      *
128
-     * @return mixed
128
+     * @return string
129 129
      */
130 130
     protected function getFolderIdForPath( $path )
131 131
     {
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
     }
136 136
 
137 137
     /**
138
-     * @param                                $sourcePath
138
+     * @param                                string $sourcePath
139 139
      * @param Google_Service_Drive_DriveFile $file
140 140
      * @param                                $filesize
141 141
      *
Please login to merge, or discard this patch.
src/Models/Concerns/UploadsFiles.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
 trait UploadsFiles
23 23
 {
24 24
     /**
25
-     * @param      $source
26
-     * @param      $destinationPath
25
+     * @param      string $source
26
+     * @param      string $destinationPath
27 27
      * @param bool $shouldQueue
28
-     * @param null $queueJob
28
+     * @param UploadFile $queueJob
29 29
      *
30 30
      * @return UploadResponse|bool
31 31
      */
Please login to merge, or discard this patch.