File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
tests/Console/ModelsCommand/ResetAndSmartReset Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1111 *
1212 * @implements \ArrayAccess
1313 * @noinspection PhpUnreachableStatementInspection
14- * @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
14+ * @noinspection PhpUnnecessaryFullyQualifiedNameInspection
1515 * @property string $foo
16+ * @property-read string $bar
17+ * @method fooBar()
1618 * @mixin \Eloquent
1719 */
1820class Simple extends Model
Original file line number Diff line number Diff line change 1111 *
1212 * @implements \ArrayAccess
1313 * @noinspection PhpUnreachableStatementInspection
14- * @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
14+ * @noinspection PhpUnnecessaryFullyQualifiedNameInspection
1515 * @property string $foo
16+ * @property-read string $bar
17+ * @method fooBar()
1618 * @property int $id
1719 * @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newModelQuery()
1820 * @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newQuery()
Original file line number Diff line number Diff line change 1111 *
1212 * @implements \ArrayAccess
1313 * @noinspection PhpUnreachableStatementInspection
14- * @PhpFullyQualifiedNameUsageInspection PhpUnnecessaryFullyQualifiedNameInspection
1514 * @property int $id
1615 * @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newModelQuery()
1716 * @method static \Illuminate\Database\Eloquent\Builder<static>|Simple newQuery()
You can’t perform that action at this time.
0 commit comments