You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declaration of chsergey\rest\Model::getAttributes() should be compatible with yii\base\Model::getAttributes($names = NULL, $except = Array)
1. in C:\xampp\htdocs\ventas_yii\vendor\chsergey\yii2-rest-client\src\Model.php at line 10
12345678910111213141516171819
<?php
namespace chsergey\rest;
/**
* Class Model
*
* @package chsergey\rest
*/
abstract class Model extends \yii\base\Model implements ModelInterface {
/**
* Url to REST API without resource name with trailing slash
* Resource name will be added as postfix
* @var string
*/
public static $apiUrl;
/**
* REST resource name without trailing slash
* @var string
2. in C:\xampp\htdocs\ventas_yii\vendor\chsergey\yii2-rest-client\src\Model.php at line 10 – yii\base\ErrorHandler::handleError(2048, 'Declaration of chsergey\rest\Mod...', 'C:\xampp\htdocs\ventas_yii\vendo...', 10, ...)
The text was updated successfully, but these errors were encountered:
Declaration of chsergey\rest\Model::getAttributes() should be compatible with yii\base\Model::getAttributes($names = NULL, $except = Array)
The text was updated successfully, but these errors were encountered: