Completed
Push — develop ( 8793db...b12891 )
by Nate
05:10
created
src/models/Settings.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
 
221 221
     /**
222 222
      * @param string $providerOverrideFileName
223
-     * @return string
223
+     * @return Settings
224 224
      */
225 225
     public function setProviderOverrideFileName(string $providerOverrideFileName): string
226 226
     {
Please login to merge, or discard this patch.
src/queries/ProviderAttributesTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @param $id
56
+     * @param integer $id
57 57
      * @return $this
58 58
      */
59 59
     public function id($id)
Please login to merge, or discard this patch.
src/records/ProviderMutatorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @return Provider|null
120
+     * @return null|ActiveQueryInterface
121 121
      */
122 122
     private function resolveProviderFromRelation()
123 123
     {
Please login to merge, or discard this patch.
src/records/TokenMutatorTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @return Token|null
120
+     * @return null|ActiveQueryInterface
121 121
      */
122 122
     private function resolveTokenFromRelation()
123 123
     {
Please login to merge, or discard this patch.