File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 run : composer install --no-progress --prefer-dist --optimize-autoloader
5050
5151 - name : Run PHPStan
52- run : vendor/bin/phpstan.phar analyze src --level 2
52+ run : vendor/bin/phpstan.phar analyze src --level 3
5353
5454 - run : echo "🍏 This job's status is ${{ job.status }}."
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ final class AccessKey extends SplStack
3333 *
3434 * @param mixed $key
3535 *
36- * @return string
36+ * @return AccessKey
3737 */
3838 public static function create ($ key )
3939 {
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function __construct(array $params = [])
4747 *
4848 * @param \Art4\JsonApiClient\Accessable $data The data for serialization
4949 *
50- * @return array
50+ * @return array|null
5151 */
5252 public function serialize (Accessable $ data )
5353 {
You can’t perform that action at this time.
0 commit comments