Completed
Push — develop ( 04ac75...c0d878 )
by Nate
10:49
created
src/services/ManageProviders.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
 
120 120
     /**
121 121
      * @param string $providerClass
122
-     * @return mixed
122
+     * @return string
123 123
      */
124 124
     protected function resolveSettingsClass(string $providerClass = null): string
125 125
     {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     /**
146 146
      * Check settings instance
147 147
      *
148
-     * @param $class
148
+     * @param string $class
149 149
      * @return bool
150 150
      */
151 151
     private function isSettingsInstance($class): bool
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
     }
155 155
 
156 156
     /**
157
-     * @param $providerClass
157
+     * @param string $providerClass
158 158
      * @param array $settings
159 159
      * @return SettingsInterface
160 160
      * @throws InvalidConfigException
Please login to merge, or discard this patch.
src/services/ProviderLocks.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,6 @@  discard block
 block discarded – undo
117 117
     /**
118 118
      * @param int $providerId
119 119
      * @param int $pluginId
120
-     * @param int|null $sortOrder
121 120
      * @return bool
122 121
      */
123 122
     public function associateByIds(
@@ -133,7 +132,6 @@  discard block
 block discarded – undo
133 132
     /**
134 133
      * @param int $providerId
135 134
      * @param int $pluginId
136
-     * @param int|null $sortOrder
137 135
      * @return bool
138 136
      */
139 137
     public function dissociateByIds(
Please login to merge, or discard this patch.