Completed
Pull Request — master (#308)
by Sergey
03:27 queued 53s
created
src/Api/Traits/TryIt.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     use HandlesRequest, UploadsImages;
12 12
 
13 13
     /**
14
-     * @return array
14
+     * @return string[]
15 15
      */
16 16
     protected function requiresLoginForTryIt()
17 17
     {
Please login to merge, or discard this patch.
src/Api/Traits/CanBeShared.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     use HandlesRequest, ResolvesCurrentUser;
10 10
 
11 11
     /**
12
-     * @return array
12
+     * @return string[]
13 13
      */
14 14
     protected function requiresLoginForCanBeShared()
15 15
     {
Please login to merge, or discard this patch.