Page MenuHomePhabricator

Fixed naming convention violations.
ClosedPublic

Authored by joshuaspence on Feb 26 2014, 7:51 AM.
Tags
None
Referenced Files
F15328753: D8348.id19845.diff
Fri, Mar 7, 6:01 AM
Unknown Object (File)
Mon, Feb 24, 11:14 AM
Unknown Object (File)
Tue, Feb 18, 1:47 AM
Unknown Object (File)
Sun, Feb 16, 12:25 AM
Unknown Object (File)
Fri, Feb 14, 10:37 PM
Unknown Object (File)
Jan 21 2025, 11:34 AM
Unknown Object (File)
Dec 24 2024, 8:35 AM
Unknown Object (File)
Dec 20 2024, 5:10 PM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rPcea58de0ba92: Fixed naming convention violations.
Summary

This file contains member variables prefixed with underscores. This violates the naming convention enforced by the linter.

Test Plan

The linter warnings have disappeared. Example:

>>> Lint for src/infrastructure/storage/lisk/LiskDAO.php:


   Warning  (XHP9) Naming Conventions
    Follow naming conventions: class properties should be named using
    lowerCamelCase.

             183
             184   const COUNTER_TABLE_NAME          = 'lisk_counter';
             185
    >>>      186   private $__dirtyFields            = array();
             187   private $__missingFields          = array();
             188   private static $processIsolationLevel       = 0;
             189   private static $transactionIsolationLevel   = 0;

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped