Skip to content

Commit

Permalink
chore: php-cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlinley committed Feb 8, 2023
1 parent 5edea23 commit 695896f
Show file tree
Hide file tree
Showing 799 changed files with 795 additions and 3,175 deletions.
2 changes: 1 addition & 1 deletion examples/example-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

date_default_timezone_set('Europe/London');

return $api;
return $api;
3 changes: 1 addition & 2 deletions src/Arbor/Api/ServerErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ public function __construct(
$serverExceptionClass = null,
$serverExceptionMessage = null,
$serverExceptionTrace = null
)
{
) {
parent::__construct($message, $code, $previous);
$this->requestPayload = $requestPayload;
$this->responsePayload = $responsePayload;
Expand Down
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicCalendarDate.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicCalendarDate extends ModelBase
{

const START_DATE = 'startDate';

const END_DATE = 'endDate';
Expand Down Expand Up @@ -386,6 +385,4 @@ public function setDataOrder($dataOrder = null)
{
$this->setProperty('dataOrder', $dataOrder);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicHoliday.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicHoliday extends ModelBase
{

const ACADEMIC_HOLIDAY_TYPE = 'academicHolidayType';

const START_DATE = 'startDate';
Expand Down Expand Up @@ -116,6 +115,4 @@ public function setHolidayLabel($holidayLabel = null)
{
$this->setProperty('holidayLabel', $holidayLabel);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicLevel.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicLevel extends ModelBase
{

const ACADEMIC_LEVEL_NAME = 'academicLevelName';

const SHORT_NAME = 'shortName';
Expand Down Expand Up @@ -214,6 +213,4 @@ public function getTutorMemberships()
{
return $this->getCollectionProperty('tutorMemberships');
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicLevelMembership.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicLevelMembership extends ModelBase
{

const ACADEMIC_LEVEL = 'academicLevel';

const STUDENT = 'student';
Expand Down Expand Up @@ -116,6 +115,4 @@ public function setEndDate(\DateTime $endDate = null)
{
$this->setProperty('endDate', $endDate);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicLevelRegistrationFormMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicLevelRegistrationFormMapping extends ModelBase
{

const ACADEMIC_LEVEL = 'academicLevel';

const REGISTRATION_FORM = 'registrationForm';
Expand Down Expand Up @@ -80,6 +79,4 @@ public function setRegistrationForm(RegistrationForm $registrationForm = null)
{
$this->setProperty('registrationForm', $registrationForm);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicLevelTutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicLevelTutor extends ModelBase
{

const ACADEMIC_LEVEL = 'academicLevel';

const STAFF = 'staff';
Expand Down Expand Up @@ -116,6 +115,4 @@ public function setEndDate(\DateTime $endDate = null)
{
$this->setProperty('endDate', $endDate);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicNote.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicNote extends ModelBase
{

const STUDENT = 'student';

const ACADEMIC_UNIT = 'academicUnit';
Expand Down Expand Up @@ -134,6 +133,4 @@ public function setNoteCreatedDatetime(\DateTime $noteCreatedDatetime = null)
{
$this->setProperty('noteCreatedDatetime', $noteCreatedDatetime);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicProgramme.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicProgramme extends ModelBase
{

const ACADEMIC_PROGRAMME_NAME = 'academicProgrammeName';

protected $_resourceType = ResourceType::ACADEMIC_PROGRAMME;
Expand Down Expand Up @@ -70,6 +69,4 @@ public function getInstances()
{
return $this->getCollectionProperty('instances');
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicProgrammeInstance.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicProgrammeInstance extends ModelBase
{

const ACADEMIC_PROGRAMME = 'academicProgramme';

const INSTANCE_NAME = 'instanceName';
Expand Down Expand Up @@ -106,6 +105,4 @@ public function getTopLevelAcademicUnits()
{
return $this->getCollectionProperty('topLevelAcademicUnits');
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicTeachingHour.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicTeachingHour extends ModelBase
{

const EFFECTIVE_DATE = 'effectiveDate';

const END_DATE = 'endDate';
Expand Down Expand Up @@ -134,6 +133,4 @@ public function setDayOfCycle($dayOfCycle = null)
{
$this->setProperty('dayOfCycle', $dayOfCycle);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnit.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnit extends ModelBase
{

const UNIQUE_IDENTIFIER = 'uniqueIdentifier';

const PARENT_ACADEMIC_UNIT = 'parentAcademicUnit';
Expand Down Expand Up @@ -546,6 +545,4 @@ public function getTimetableSlots()
{
return $this->getCollectionProperty('timetableSlots');
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitAssessment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitAssessment extends ModelBase
{

const ACADEMIC_UNIT = 'academicUnit';

const ASSESSMENT = 'assessment';
Expand Down Expand Up @@ -80,6 +79,4 @@ public function setAssessment(Assessment $assessment = null)
{
$this->setProperty('assessment', $assessment);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitAutomaticEnrolment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitAutomaticEnrolment extends ModelBase
{

const ACADEMIC_UNIT = 'academicUnit';

const TRIGGER = 'trigger';
Expand Down Expand Up @@ -98,6 +97,4 @@ public function setAttendancePattern(AttendancePattern $attendancePattern = null
{
$this->setProperty('attendancePattern', $attendancePattern);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitBandAssignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitBandAssignment extends ModelBase
{

const ACADEMIC_UNIT = 'academicUnit';

const BAND_NAME = 'bandName';
Expand Down Expand Up @@ -80,6 +79,4 @@ public function setBandName($bandName = null)
{
$this->setProperty('bandName', $bandName);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitBlockAssignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitBlockAssignment extends ModelBase
{

const ACADEMIC_UNIT = 'academicUnit';

const BLOCK_NAME = 'blockName';
Expand Down Expand Up @@ -80,6 +79,4 @@ public function setBlockName($blockName = null)
{
$this->setProperty('blockName', $blockName);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitCurriculum.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitCurriculum extends ModelBase
{

const ACADEMIC_UNIT = 'academicUnit';

const CURRICULUM = 'curriculum';
Expand Down Expand Up @@ -80,6 +79,4 @@ public function setCurriculum(Curriculum $curriculum = null)
{
$this->setProperty('curriculum', $curriculum);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitDepartment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitDepartment extends ModelBase
{

const DEPARTMENT = 'department';

const ACADEMIC_UNIT = 'academicUnit';
Expand Down Expand Up @@ -116,6 +115,4 @@ public function setEndDate(\DateTime $endDate = null)
{
$this->setProperty('endDate', $endDate);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitEnrolment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitEnrolment extends ModelBase
{

const ACADEMIC_UNIT = 'academicUnit';

const STUDENT = 'student';
Expand Down Expand Up @@ -206,6 +205,4 @@ public function setStudentAttendancePatternDependency(StudentAttendancePattern $
{
$this->setProperty('studentAttendancePatternDependency', $studentAttendancePatternDependency);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitEnrolmentImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitEnrolmentImport extends ModelBase
{

const NAME = 'name';

const ACADEMIC_YEAR = 'academicYear';
Expand Down Expand Up @@ -152,6 +151,4 @@ public function setEnrolmentEndDate(\DateTime $enrolmentEndDate = null)
{
$this->setProperty('enrolmentEndDate', $enrolmentEndDate);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitLead.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitLead extends ModelBase
{

const ACADEMIC_UNIT = 'academicUnit';

const STAFF = 'staff';
Expand Down Expand Up @@ -116,6 +115,4 @@ public function setEndDate(\DateTime $endDate = null)
{
$this->setProperty('endDate', $endDate);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitMarksheetCustomReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitMarksheetCustomReport extends ModelBase
{

const ACADEMIC_UNIT = 'academicUnit';

const CUSTOM_REPORT = 'customReport';
Expand Down Expand Up @@ -80,6 +79,4 @@ public function setCustomReport(CustomReport $customReport = null)
{
$this->setProperty('customReport', $customReport);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitQualificationAward.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitQualificationAward extends ModelBase
{

const ACADEMIC_UNIT = 'academicUnit';

const QUALIFICATION_AWARD = 'qualificationAward';
Expand Down Expand Up @@ -80,6 +79,4 @@ public function setQualificationAward(QualificationAward $qualificationAward = n
{
$this->setProperty('qualificationAward', $qualificationAward);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitQualificationLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitQualificationLink extends ModelBase
{

const ACADEMIC_UNIT = 'academicUnit';

const QUALIFICATION_ASSESSABLE = 'qualificationAssessable';
Expand Down Expand Up @@ -134,6 +133,4 @@ public function setEndDate(\DateTime $endDate = null)
{
$this->setProperty('endDate', $endDate);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicUnitTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicUnitTag extends ModelBase
{

const ACADEMIC_UNIT = 'academicUnit';

const RELATED_OBJECT = 'relatedObject';
Expand Down Expand Up @@ -80,6 +79,4 @@ public function setRelatedObject(ModelBase $relatedObject = null)
{
$this->setProperty('relatedObject', $relatedObject);
}


}
3 changes: 0 additions & 3 deletions src/Arbor/Model/AcademicWorkingDay.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class AcademicWorkingDay extends ModelBase
{

const CODE = 'code';

const ACTIVE = 'active';
Expand Down Expand Up @@ -152,6 +151,4 @@ public function setDayOfCalendarWeek($dayOfCalendarWeek = null)
{
$this->setProperty('dayOfCalendarWeek', $dayOfCalendarWeek);
}


}
Loading

0 comments on commit 695896f

Please sign in to comment.