Skip to content

jongfeli/Code-violations-SemanticMediaWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

cakephp/cakephp#8708

Code-violations-SemanticMediaWiki

Fix coding style issues #899

syncing-a-fork

git clone -b Code-violations https://github.com/jongfeli/SemanticMediaWiki.git
  if ( some condition ) {
    doSomeStuff
    }

	/**
	 * We use the internal wikipage object to store some of this objects data.
	 * Clone it to make sure that data can be modified independently from the
	 * original object's content.
	*/
	public function __clone() {
		if ( !is_null( $this->m_wikipage ) ) {
			$this->m_wikipage = clone $this->m_wikipage;
		}
	}
	
	if ( $subCondition instanceof FalseCondition ) {
      return new FalseCondition();
  } // @codingStandardsIgnoreStart phpcs, ignore --sniffs=.....
  elseif ( $subCondition instanceof TrueCondition ) {
        // ignore true conditions in a conjunction
  } // @codingStandardsIgnoreEnd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published