Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
500a2d76f4
commit
56bc64132b
@@ -11,6 +11,7 @@ use App\Model\helpdesk\Settings\Company;
|
||||
use App\Model\helpdesk\settings\Email;
|
||||
use App\Model\helpdesk\Utility\Log_notification;
|
||||
use App\User;
|
||||
|
||||
// classes
|
||||
|
||||
/**
|
||||
|
@@ -3,7 +3,8 @@
|
||||
namespace App\Http\Controllers\Agent\helpdesk;
|
||||
|
||||
// controllers
|
||||
use App\Http\Controllers\Common\SettingsController;use App\Http\Controllers\Controller;
|
||||
use App\Http\Controllers\Common\SettingsController;
|
||||
use App\Http\Controllers\Controller;
|
||||
// requests
|
||||
// models
|
||||
use App\Model\helpdesk\Agent\Department;
|
||||
|
@@ -4,7 +4,6 @@ namespace App\Http\Controllers\Agent\kb;
|
||||
|
||||
// Controllers
|
||||
use App\Http\Controllers\Agent\helpdesk\TicketController;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
// Requests
|
||||
use App\Http\Requests\kb\ArticleRequest;
|
||||
|
@@ -6,6 +6,7 @@ namespace App\Http\Controllers\Client\helpdesk;
|
||||
use App\Http\Controllers\Controller;
|
||||
// models
|
||||
use App\Model\helpdesk\Email\Emails;
|
||||
|
||||
// classes
|
||||
|
||||
/**
|
||||
|
@@ -3,6 +3,7 @@
|
||||
namespace App\Model\helpdesk\Ticket;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Ticket_Thread extends Model
|
||||
{
|
||||
protected $table = 'ticket_thread';
|
||||
|
@@ -3,6 +3,7 @@
|
||||
namespace App\Model\helpdesk\Ticket;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Tickets extends Model
|
||||
{
|
||||
protected $table = 'tickets';
|
||||
|
@@ -36,7 +36,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
|
||||
\Cron::add('example2', '*/2 * * * *', function () {
|
||||
// Do some crazy things successfully every two minute
|
||||
return;
|
||||
|
||||
});
|
||||
|
||||
\Cron::add('disabled job', '0 * * * *', function () {
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php /* <body><pre>
|
||||
<?php
|
||||
/* <body><pre>
|
||||
|
||||
-------------------------------------------------------------------------------------------
|
||||
CKEditor - Posted Data
|
||||
|
@@ -1213,8 +1213,6 @@ private function is_valid_path($path)
|
||||
if ($deleteRootToo) {
|
||||
@rmdir($dir);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
?>
|
||||
<form style="font-family: Verdana, Tahoma; font-size: 11px">
|
||||
<input type="hidden" name="demo" value="<?php echo $activeDemo->name; ?>" />
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_addNoise extends Demo
|
||||
{
|
||||
public $order = 9350;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_applyConvolution extends Demo
|
||||
{
|
||||
public $order = 2025;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_applyFilter extends Demo
|
||||
{
|
||||
public $order = 2000;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_applyMask extends Demo
|
||||
{
|
||||
public $order = 600;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_asGrayscale extends Demo
|
||||
{
|
||||
public $order = 300;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_asNegative extends Demo
|
||||
{
|
||||
public $order = 300;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_autoCrop extends Demo
|
||||
{
|
||||
public $order = 1050;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_correctGamma extends Demo
|
||||
{
|
||||
public $order = 2050;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_crop extends Demo
|
||||
{
|
||||
public $order = 1000;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_flip extends Demo
|
||||
{
|
||||
public $order = 1200;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_getCanvas extends Demo
|
||||
{
|
||||
public $order = 1300;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_getChannels extends Demo
|
||||
{
|
||||
public $order = 500;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_getMask extends Demo
|
||||
{
|
||||
public $order = 550;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_merge extends Demo
|
||||
{
|
||||
public $order = 800;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_mirror extends Demo
|
||||
{
|
||||
public $order = 1150;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_resize extends Demo
|
||||
{
|
||||
public $order = 900;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_resizeCanvas extends Demo
|
||||
{
|
||||
public $order = 910;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_rotate extends Demo
|
||||
{
|
||||
public $order = 1100;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_roundCorners extends Demo
|
||||
{
|
||||
public $order = 1075;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo_unsharp extends Demo
|
||||
{
|
||||
public $order = 1350;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class AngleField extends IntField
|
||||
{
|
||||
public function __construct($name, $default, $hint = 'In degrees clockwise, negative values accepted')
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class CheckboxField extends Field
|
||||
{
|
||||
public function init($request)
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class CheckboxSetField extends Field
|
||||
{
|
||||
public $options;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class ColorField extends Field
|
||||
{
|
||||
public function __construct($name, $default, $hint = 'RRGGBB hex, leave blank for transparent background')
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class CoordinateField extends Field
|
||||
{
|
||||
public function __construct($name, $default, $hint = 'Smart coordinate')
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Demo
|
||||
{
|
||||
public $name;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class Field
|
||||
{
|
||||
public $name;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class FileSelectField extends Field
|
||||
{
|
||||
public $request;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class FloatField extends Field
|
||||
{
|
||||
public function __construct($name, $default, $hint = 'Float')
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class FormatSelectField extends SelectField
|
||||
{
|
||||
public function __construct($name)
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class IntField extends Field
|
||||
{
|
||||
public function __construct($name, $default, $hint = 'Integer')
|
||||
|
@@ -2,9 +2,6 @@
|
||||
/**
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class Request
|
||||
{
|
||||
protected $vars = [];
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
class SelectField extends Field
|
||||
{
|
||||
public $options;
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
define('DEMO_PATH', realpath(dirname(__FILE__).DIRECTORY_SEPARATOR.'..').DIRECTORY_SEPARATOR);
|
||||
|
||||
error_reporting(E_ALL | E_STRICT);
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
*/
|
||||
|
||||
require_once dirname(__FILE__).'/helpers/common.php';
|
||||
require_once dirname(__FILE__).'/../lib/WideImage.php';
|
||||
|
||||
|
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
include 'helpers/common.php';
|
||||
require_once '../lib/WideImage.php';
|
||||
|
||||
|
@@ -3,27 +3,18 @@
|
||||
* @author Gasper Kozak
|
||||
* @copyright 2007-2011
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_NoFontException extends WideImage_Exception
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_InvalidFontFileException extends WideImage_Exception
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_InvalidCanvasMethodException extends WideImage_Exception
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Canvas
|
||||
{
|
||||
protected $handle = 0;
|
||||
|
@@ -3,9 +3,6 @@
|
||||
* @author Gasper Kozak
|
||||
* @copyright 2007-2011
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_InvalidCoordinateException extends WideImage_Exception
|
||||
{
|
||||
}
|
||||
|
@@ -3,9 +3,6 @@
|
||||
* @author Gasper Kozak
|
||||
* @copyright 2007-2011
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_UnknownImageOperationException extends WideImage_Exception
|
||||
{
|
||||
}
|
||||
|
@@ -3,9 +3,6 @@
|
||||
* @author Gasper Kozak
|
||||
* @copyright 2007-2011
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_PaletteImage extends WideImage_Image
|
||||
{
|
||||
/**
|
||||
|
@@ -18,20 +18,14 @@
|
||||
require_once WideImage::path().'Font/GDF.php';
|
||||
require_once WideImage::path().'Font/PS.php';
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_InvalidImageHandleException extends WideImage_Exception
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_InvalidImageSourceException extends WideImage_Exception
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_GDFunctionResultException extends WideImage_Exception
|
||||
{
|
||||
}
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Canvas_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testCreate()
|
||||
|
@@ -2,9 +2,6 @@
|
||||
/**
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Coordinate_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testEvaluate()
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_CustomOp
|
||||
{
|
||||
public static $args = null;
|
||||
@@ -17,8 +13,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
class ImageForOutput extends WideImage_TrueColorImage
|
||||
{
|
||||
public $headers = [];
|
||||
@@ -29,8 +23,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
class TestableImage extends WideImage_TrueColorImage
|
||||
{
|
||||
public $headers = [];
|
||||
@@ -45,8 +37,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Image_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testFactories()
|
||||
|
@@ -1,11 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
include WideImage::path().'Mapper/BMP.php';
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Mapper_BMP_Test extends WideImage_TestCase
|
||||
{
|
||||
/**
|
||||
|
@@ -1,11 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
include WideImage::path().'Mapper/GD2.php';
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Mapper_GD2_Test extends WideImage_TestCase
|
||||
{
|
||||
protected $mapper;
|
||||
|
@@ -1,11 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
include WideImage::path().'Mapper/GD.php';
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Mapper_GD_Test extends WideImage_TestCase
|
||||
{
|
||||
/**
|
||||
|
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
include WideImage::path().'Mapper/GIF.php';
|
||||
|
||||
/**
|
||||
|
@@ -1,11 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
include WideImage::path().'Mapper/JPEG.php';
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Mapper_JPEG_Test extends WideImage_TestCase
|
||||
{
|
||||
protected $mapper;
|
||||
|
@@ -1,11 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
include WideImage::path().'Mapper/PNG.php';
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Mapper_PNG_Test extends WideImage_TestCase
|
||||
{
|
||||
protected $mapper;
|
||||
|
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
include WideImage::path().'Mapper/TGA.php';
|
||||
|
||||
/**
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_MapperFactory_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testMapperPNGByURI()
|
||||
|
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
* @group operation
|
||||
|
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
* @group operation
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_ApplyMask_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testApplyMask()
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_AsGrayscale_Test extends WideImage_TestCase
|
||||
{
|
||||
public function skip()
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_AsNegativeTest extends WideImage_TestCase
|
||||
{
|
||||
public function skip()
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_Autocrop_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testAutocrop()
|
||||
|
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
* @group operation
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_Crop_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testCropTransparentGif()
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class FlipTest extends WideImage_TestCase
|
||||
{
|
||||
public function testFlip()
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_GetChannels_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testCopyChannel8bit()
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_GetMask_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testGetMaskTransparentGif()
|
||||
|
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
* @group operation
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_Mirror_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testMirror()
|
||||
|
@@ -1,11 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
WideImage_OperationFactory::get('ResizeCanvas');
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_ResizeCanvas_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testResizeCanvasUp()
|
||||
|
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
WideImage_OperationFactory::get('Resize');
|
||||
|
||||
class WideImage_Operation_Resize_Testable extends WideImage_Operation_Resize
|
||||
@@ -12,8 +10,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_Resize_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testProxyMethod()
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_Rotate_Test extends WideImage_TestCase
|
||||
{
|
||||
public function skip()
|
||||
|
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
* @group operation
|
||||
|
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
* @group operation
|
||||
|
@@ -1,16 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Operation_MyOperation
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_OperationFactory_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testFactoryReturnsCached()
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_PaletteImage_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testCreate()
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_TrueColorImage_Test extends WideImage_TestCase
|
||||
{
|
||||
public function testCreate()
|
||||
|
@@ -1,10 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
|
||||
**/
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Mapper_FOO
|
||||
{
|
||||
public static $calls = [];
|
||||
@@ -71,8 +67,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*/
|
||||
class WideImage_Test extends WideImage_TestCase
|
||||
{
|
||||
protected $_FILES;
|
||||
|
@@ -67,9 +67,6 @@
|
||||
* @author Eric "EJ" Johnson <ej@racklabs.com>
|
||||
* @copyright Copyright (c) 2008, Rackspace US, Inc.
|
||||
*/
|
||||
|
||||
/**
|
||||
*/
|
||||
require_once 'cloudfiles_exceptions.php';
|
||||
require 'cloudfiles_http.php';
|
||||
define('DEFAULT_CF_API_VERSION', 1);
|
||||
@@ -1819,8 +1816,6 @@ class CF_Object
|
||||
if ($this->container->cdn_enabled) {
|
||||
return $this->container->cdn_uri.'/'.$this->name;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -23,9 +23,6 @@
|
||||
* @author Eric "EJ" Johnson <ej@racklabs.com>
|
||||
* @copyright Copyright (c) 2008, Rackspace US, Inc.
|
||||
*/
|
||||
|
||||
/**
|
||||
*/
|
||||
require_once 'cloudfiles_exceptions.php';
|
||||
|
||||
define('PHP_CF_VERSION', '1.7.7');
|
||||
@@ -172,8 +169,6 @@ class CF_Http
|
||||
throw new IOException('Could not use CA bundle: '
|
||||
.$this->cabundle_path);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
// Uses separate cURL connection to authenticate
|
||||
@@ -1320,8 +1315,6 @@ class CF_Http
|
||||
curl_setopt($ch, CURLOPT_NOBODY, 1);
|
||||
}
|
||||
$this->connections[$conn_type] = $ch;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
private function _reset_callback_vars()
|
||||
|
Reference in New Issue
Block a user