shimabox/screru

View on GitHub
src/View/Observable.php

Summary

Maintainability
B
4 hrs
Test Coverage
F
0%

Method notifyThatViewHeightHasReachedEndForFirst has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        RemoteWebDriver $driver,
        $contentsWidth,
        $contentsHeight,
        $scrolledWidth,
        $scrolledHeight
Severity: Minor
Found in src/View/Observable.php - About 35 mins to fix

    Method notifyRenderComplete has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            RemoteWebDriver $driver,
            $contentsWidth,
            $contentsHeight,
            $scrolledWidth,
            $scrolledHeight
    Severity: Minor
    Found in src/View/Observable.php - About 35 mins to fix

      Method notifyThatViewWidthHasReachedEndForFirst has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              RemoteWebDriver $driver,
              $contentsWidth,
              $contentsHeight,
              $scrolledWidth,
              $scrolledHeight
      Severity: Minor
      Found in src/View/Observable.php - About 35 mins to fix

        Method notifyFirstRender has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                RemoteWebDriver $driver,
                $contentsWidth,
                $contentsHeight,
                $scrolledWidth,
                $scrolledHeight
        Severity: Minor
        Found in src/View/Observable.php - About 35 mins to fix

          Method notifyScreenScroll has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                  RemoteWebDriver $driver,
                  $contentsWidth,
                  $contentsHeight,
                  $scrolledWidth,
                  $scrolledHeight
          Severity: Minor
          Found in src/View/Observable.php - About 35 mins to fix

            Method notifyFirstVerticalScroll has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                    RemoteWebDriver $driver,
                    $contentsWidth,
                    $contentsHeight,
                    $scrolledWidth,
                    $scrolledHeight
            Severity: Minor
            Found in src/View/Observable.php - About 35 mins to fix

              Method notifyLastRender has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                      RemoteWebDriver $driver,
                      $contentsWidth,
                      $contentsHeight,
                      $scrolledWidth,
                      $scrolledHeight
              Severity: Minor
              Found in src/View/Observable.php - About 35 mins to fix

                There are no issues that match your filters.

                Category
                Status