Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

All files should end with a new line. #405

Merged
merged 1 commit into from Sep 30, 2011
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/config.example.php
Expand Up @@ -33,4 +33,4 @@ class JConfigExample
public $editor = 'none';
public $offset = 0;
public $lifetime = 15;
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/access/access.php
Expand Up @@ -424,4 +424,4 @@ public static function getActions($component, $section = 'component')

return $actions;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/access/rule.php
Expand Up @@ -175,4 +175,4 @@ public function __toString()
{
return json_encode($this->data);
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/application/applicationexception.php
Expand Up @@ -18,4 +18,4 @@
*/
class ApplicationException extends Exception
{
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/application/cli.php
Expand Up @@ -385,4 +385,4 @@ protected function loadDispatcher()
{
$this->dispatcher = JDispatcher::getInstance();
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/application/component/modeladmin.php
Expand Up @@ -1071,4 +1071,4 @@ function saveorder($pks = null, $order = null)

return true;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/application/component/modelitem.php
Expand Up @@ -54,4 +54,4 @@ protected function getStoreId($id = '')
// Compile the store id.
return md5($id);
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/application/component/modellist.php
Expand Up @@ -372,4 +372,4 @@ public function getUserStateFromRequest($key, $request, $default = null, $type =

return $new_state;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/application/helper.php
Expand Up @@ -406,4 +406,4 @@ protected static function _checkPath($path, $checkAdmin = 1)

return null;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/application/input.php
Expand Up @@ -243,4 +243,4 @@ public function getMethod($name, $arguments)
$method = strtoupper($_SERVER['REQUEST_METHOD']);
return $method;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/application/menu.php
Expand Up @@ -350,4 +350,4 @@ public function load()
{
return array();
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/application/router.php
Expand Up @@ -474,4 +474,4 @@ protected function _decodeSegments($segments)

return $segments;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/base/adapterinstance.php
Expand Up @@ -67,4 +67,4 @@ public function getParent()
{
return $this->parent;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/base/node.php
Expand Up @@ -138,4 +138,4 @@ function hasParent()
{
return $this->getParent() != null;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/base/object.php
Expand Up @@ -246,4 +246,4 @@ function toString()

return $this->__toString();
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/base/observable.php
Expand Up @@ -184,4 +184,4 @@ public function detach($observer)

return $retval;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/base/observer.php
Expand Up @@ -54,4 +54,4 @@ public function __construct(&$subject)
* @since 11.1
*/
public abstract function update(&$args);
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/cache.php
Expand Up @@ -690,4 +690,4 @@ public static function addIncludePath($path = '')
}
return $paths;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/controller.php
Expand Up @@ -230,4 +230,4 @@ public function store($data, $id, $group = null)

return $sucess;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/controller/page.php
Expand Up @@ -197,4 +197,4 @@ protected function _setEtag($etag)
{
JResponse::setHeader('ETag', $etag, true);
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/controller/view.php
Expand Up @@ -134,4 +134,4 @@ protected function _makeId(&$view, $method)
{
return md5(serialize(array(JCache::makeId(), get_class($view), $method)));
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/storage.php
Expand Up @@ -326,4 +326,4 @@ public static function addIncludePath($path = '')

return $paths;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/storage/apc.php
Expand Up @@ -247,4 +247,4 @@ public function unlock($id, $group = null)
$unlock = apc_delete($cache_id);
return $unlock;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/storage/cachelite.php
Expand Up @@ -334,4 +334,4 @@ public static function test()
return false;
}
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/storage/eaccelerator.php
Expand Up @@ -256,4 +256,4 @@ public function unlock($id, $group = null)
$cache_id = $this->_getCacheId($id, $group);
return eaccelerator_unlock($cache_id);
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/storage/helpers/helper.php
Expand Up @@ -70,4 +70,4 @@ public function updateSize($size)
$this->size = number_format($this->size + $size, 2);
$this->count++;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/storage/memcache.php
Expand Up @@ -472,4 +472,4 @@ protected function unlockindex()
{
return self::$_db->delete($this->_hash . '-index_lock');
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/storage/wincache.php
Expand Up @@ -192,4 +192,4 @@ public static function test()
$test = extension_loaded('wincache') && function_exists('wincache_ucache_get') && !strcmp(ini_get('wincache.ucenabled'), '1');
return $test;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/cache/storage/xcache.php
Expand Up @@ -206,4 +206,4 @@ public static function test()
{
return (extension_loaded('xcache'));
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/client/helper.php
Expand Up @@ -228,4 +228,4 @@ public static function setCredentialsFromRequest($client)

return $return;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/client/http.php
Expand Up @@ -391,4 +391,4 @@ class JHttpResponse
* @since 11.1
*/
public $body;
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/database/mysql.php
Expand Up @@ -801,4 +801,4 @@ public function queryBatch($abortOnError = true, $transactionSafe = false)
}
return $error ? false : true;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/database/mysqlexporter.php
Expand Up @@ -298,4 +298,4 @@ public function withStructure($setting = true)

return $this;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/database/mysqliexporter.php
Expand Up @@ -60,4 +60,4 @@ public function setDbo(JDatabaseMySQLi $db)

return $this;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/database/mysqliimporter.php
Expand Up @@ -60,4 +60,4 @@ public function setDbo(JDatabaseMySQLi $db)

return $this;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/database/sqlazurequery.php
Expand Up @@ -164,4 +164,4 @@ function length($value)
{
return 'LEN(' . $value . ')';
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/database/sqlsrv.php
Expand Up @@ -928,4 +928,4 @@ protected function limit($sql, $limit, $offset)

return $sql;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/database/sqlsrvquery.php
Expand Up @@ -166,4 +166,4 @@ function length($value)
{
return 'LEN(' . $value . ')';
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/databasequery.php
Expand Up @@ -1145,4 +1145,4 @@ public function where($conditions, $glue = 'AND')

return $this;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/table/asset.php
Expand Up @@ -136,4 +136,4 @@ public function check()

return true;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/table/content.php
Expand Up @@ -388,4 +388,4 @@ function toXML($mapKeysToText = false)

return parent::toXML($mapKeysToText);
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/table/extension.php
Expand Up @@ -190,4 +190,4 @@ public function publish($pks = null, $state = 1, $userId = 0)
$this->setError('');
return true;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/table/menutype.php
Expand Up @@ -243,4 +243,4 @@ public function delete($pk = null)
}
return parent::delete($pk);
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/table/module.php
Expand Up @@ -88,4 +88,4 @@ public function bind($array, $ignore = '')

return parent::bind($array, $ignore);
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/table/session.php
Expand Up @@ -193,4 +193,4 @@ function delete($oid = null)
return false;
}
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/table/update.php
Expand Up @@ -106,4 +106,4 @@ function find($options = Array())
$dbo->setQuery($query);
return $dbo->loadResult();
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/table/usergroup.php
Expand Up @@ -229,4 +229,4 @@ function delete($oid = null)

return true;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/database/table/viewlevel.php
Expand Up @@ -76,4 +76,4 @@ public function check()

return true;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/document/document.php
Expand Up @@ -972,4 +972,4 @@ public function render($cache = false, $params = array())

JResponse::setHeader('Content-Type', $this->_mime . '; charset=' . $this->_charset);
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/document/html/renderer/head.php
Expand Up @@ -206,4 +206,4 @@ public function fetchHead(&$document)

return $buffer;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/document/html/renderer/module.php
Expand Up @@ -108,4 +108,4 @@ public function render($module, $attribs = array(), $content = null)

return $contents;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/document/html/renderer/modules.php
Expand Up @@ -40,4 +40,4 @@ public function render($position, $params = array(), $content = null)
}
return $buffer;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/document/raw/raw.php
Expand Up @@ -57,4 +57,4 @@ public function render($cache = false, $params = array())
parent::render();
return $this->getBuffer();
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/environment/request.php
Expand Up @@ -752,4 +752,4 @@ protected static function _stripSlashesRecursive($value)
$value = is_array($value) ? array_map(array('JRequest', '_stripSlashesRecursive'), $value) : stripslashes($value);
return $value;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/environment/uri.php
Expand Up @@ -808,4 +808,4 @@ protected function _cleanPath($path)

return implode('/', $path);
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/error/profiler.php
Expand Up @@ -203,4 +203,4 @@ public function getBuffer()
{
return $this->_buffer;
}
}
}
2 changes: 1 addition & 1 deletion libraries/joomla/event/event.php
Expand Up @@ -53,4 +53,4 @@ public function update(&$args)
return null;
}
}
}
}