-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Whitespace, spacing, and alignment cleanup
- Ensure there are newlines at the end of all files - Ensure all class declarations with implimentation have a ending comment at the close of the class declaration, eg `// End Log` - Remove ALL trailing whitespace from the end of lines in all files - Fix alignment of some configuration arrays Refrences #4636
- Loading branch information
1 parent
fb062cf
commit 8532a03
Showing
175 changed files
with
535 additions
and
545 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class Arr extends Kohana_Arr {} | ||
class Arr extends Kohana_Arr {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class Config extends Kohana_Config {} | ||
class Config extends Kohana_Config {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class Config_File extends Kohana_Config_File {} | ||
class Config_File extends Kohana_Config_File {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
|
||
class Config_Group extends Kohana_Config_Group {} | ||
class Config_Group extends Kohana_Config_Group {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class File extends Kohana_File {} | ||
class File extends Kohana_File {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTML extends Kohana_HTML {} | ||
class HTML extends Kohana_HTML {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
abstract class HTTP extends Kohana_HTTP {} | ||
abstract class HTTP extends Kohana_HTTP {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception extends Kohana_HTTP_Exception {} | ||
class HTTP_Exception extends Kohana_HTTP_Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_300 extends Kohana_HTTP_Exception_300 {} | ||
class HTTP_Exception_300 extends Kohana_HTTP_Exception_300 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_301 extends Kohana_HTTP_Exception_301 {} | ||
class HTTP_Exception_301 extends Kohana_HTTP_Exception_301 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_302 extends Kohana_HTTP_Exception_302 {} | ||
class HTTP_Exception_302 extends Kohana_HTTP_Exception_302 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_303 extends Kohana_HTTP_Exception_303 {} | ||
class HTTP_Exception_303 extends Kohana_HTTP_Exception_303 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_304 extends Kohana_HTTP_Exception_304 {} | ||
class HTTP_Exception_304 extends Kohana_HTTP_Exception_304 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_305 extends Kohana_HTTP_Exception_305 {} | ||
class HTTP_Exception_305 extends Kohana_HTTP_Exception_305 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_307 extends Kohana_HTTP_Exception_307 {} | ||
class HTTP_Exception_307 extends Kohana_HTTP_Exception_307 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_400 extends Kohana_HTTP_Exception_400 {} | ||
class HTTP_Exception_400 extends Kohana_HTTP_Exception_400 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_401 extends Kohana_HTTP_Exception_401 {} | ||
class HTTP_Exception_401 extends Kohana_HTTP_Exception_401 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_402 extends Kohana_HTTP_Exception_402 {} | ||
class HTTP_Exception_402 extends Kohana_HTTP_Exception_402 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_403 extends Kohana_HTTP_Exception_403 {} | ||
class HTTP_Exception_403 extends Kohana_HTTP_Exception_403 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_404 extends Kohana_HTTP_Exception_404 {} | ||
class HTTP_Exception_404 extends Kohana_HTTP_Exception_404 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_405 extends Kohana_HTTP_Exception_405 {} | ||
class HTTP_Exception_405 extends Kohana_HTTP_Exception_405 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_406 extends Kohana_HTTP_Exception_406 {} | ||
class HTTP_Exception_406 extends Kohana_HTTP_Exception_406 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_407 extends Kohana_HTTP_Exception_407 {} | ||
class HTTP_Exception_407 extends Kohana_HTTP_Exception_407 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_408 extends Kohana_HTTP_Exception_408 {} | ||
class HTTP_Exception_408 extends Kohana_HTTP_Exception_408 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_409 extends Kohana_HTTP_Exception_409 {} | ||
class HTTP_Exception_409 extends Kohana_HTTP_Exception_409 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_410 extends Kohana_HTTP_Exception_410 {} | ||
class HTTP_Exception_410 extends Kohana_HTTP_Exception_410 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_411 extends Kohana_HTTP_Exception_411 {} | ||
class HTTP_Exception_411 extends Kohana_HTTP_Exception_411 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_412 extends Kohana_HTTP_Exception_412 {} | ||
class HTTP_Exception_412 extends Kohana_HTTP_Exception_412 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_413 extends Kohana_HTTP_Exception_413 {} | ||
class HTTP_Exception_413 extends Kohana_HTTP_Exception_413 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_414 extends Kohana_HTTP_Exception_414 {} | ||
class HTTP_Exception_414 extends Kohana_HTTP_Exception_414 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_415 extends Kohana_HTTP_Exception_415 {} | ||
class HTTP_Exception_415 extends Kohana_HTTP_Exception_415 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_416 extends Kohana_HTTP_Exception_416 {} | ||
class HTTP_Exception_416 extends Kohana_HTTP_Exception_416 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_417 extends Kohana_HTTP_Exception_417 {} | ||
class HTTP_Exception_417 extends Kohana_HTTP_Exception_417 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_500 extends Kohana_HTTP_Exception_500 {} | ||
class HTTP_Exception_500 extends Kohana_HTTP_Exception_500 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_501 extends Kohana_HTTP_Exception_501 {} | ||
class HTTP_Exception_501 extends Kohana_HTTP_Exception_501 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_502 extends Kohana_HTTP_Exception_502 {} | ||
class HTTP_Exception_502 extends Kohana_HTTP_Exception_502 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_503 extends Kohana_HTTP_Exception_503 {} | ||
class HTTP_Exception_503 extends Kohana_HTTP_Exception_503 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_504 extends Kohana_HTTP_Exception_504 {} | ||
class HTTP_Exception_504 extends Kohana_HTTP_Exception_504 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Exception_505 extends Kohana_HTTP_Exception_505 {} | ||
class HTTP_Exception_505 extends Kohana_HTTP_Exception_505 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
abstract class HTTP_Exception_Expected extends Kohana_HTTP_Exception_Expected {} | ||
abstract class HTTP_Exception_Expected extends Kohana_HTTP_Exception_Expected {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
abstract class HTTP_Exception_Redirect extends Kohana_HTTP_Exception_Redirect {} | ||
abstract class HTTP_Exception_Redirect extends Kohana_HTTP_Exception_Redirect {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class HTTP_Header extends Kohana_HTTP_Header {} | ||
class HTTP_Header extends Kohana_HTTP_Header {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
interface HTTP_Message extends Kohana_HTTP_Message {} | ||
interface HTTP_Message extends Kohana_HTTP_Message {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
interface HTTP_Request extends Kohana_HTTP_Request {} | ||
interface HTTP_Request extends Kohana_HTTP_Request {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
interface HTTP_Response extends Kohana_HTTP_Response {} | ||
interface HTTP_Response extends Kohana_HTTP_Response {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php defined('SYSPATH') OR die('No direct script access.'); | ||
|
||
class Inflector extends Kohana_Inflector {} | ||
class Inflector extends Kohana_Inflector {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,4 +53,4 @@ public function load($group) | |
return $config; | ||
} | ||
|
||
} // End Kohana_Config | ||
} // End Config_File_Reader |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.