chamilo/chamilo-lms

View on GitHub
public/plugin/zoom/lib/API/Pagination.php

Summary

Maintainability
A
0 mins
Test Coverage

Member variable "total_records" is not in valid camel caps format
Open

    public $total_records;

Member variable "page_size" is not in valid camel caps format
Open

    public $page_size;

Member variable "page_number" is not in valid camel caps format
Open

    public $page_number;

Trait name is not suffixed with "Trait"
Open

trait Pagination

Member variable "page_count" is not in valid camel caps format
Open

    public $page_count;

Variable "page_count" is not in valid camel caps format
Open

                $pageCount = $response->page_count;

Variable "total_records" is not in valid camel caps format
Open

                $totalRecords = $response->total_records;

Variable "page_size" is not in valid camel caps format
Open

                $pageSize = $response->page_size;

There are no issues that match your filters.

Category
Status