Skip to content

Commit

Permalink
Using strict_types everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Oct 10, 2016
1 parent 9ec10ac commit 19f6055
Show file tree
Hide file tree
Showing 462 changed files with 462 additions and 462 deletions.
2 changes: 1 addition & 1 deletion lib/CalDAV/Backend/AbstractBackend.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Backend;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Backend/BackendInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Backend;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Backend/NotificationSupport.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Backend;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Backend/PDO.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Backend;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Backend/SchedulingSupport.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Backend;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Backend/SharingSupport.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Backend;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Backend/SimplePDO.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Backend;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Backend/SubscriptionSupport.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Backend;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Backend/SyncSupport.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Backend;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Calendar.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/CalendarHome.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/CalendarObject.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/CalendarQueryValidator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/CalendarRoot.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Exception/InvalidComponentType.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Exception;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/ICSExportPlugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/ICalendar.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/ICalendarObject.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/ICalendarObjectContainer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/ISharedCalendar.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Notifications/Collection.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Notifications;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Notifications/ICollection.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Notifications;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Notifications/INode.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Notifications;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Notifications/Node.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Notifications;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Notifications/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Notifications;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Principal/Collection.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Principal;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Principal/IProxyRead.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Principal;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Principal/IProxyWrite.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Principal;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Principal/ProxyRead.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Principal;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Principal/ProxyWrite.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Principal;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Principal/User.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Principal;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Schedule/IInbox.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Schedule;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Schedule/IMipPlugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Schedule;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Schedule/IOutbox.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Schedule;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Schedule/ISchedulingObject.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Schedule;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Schedule/Inbox.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Schedule;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Schedule/Outbox.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Schedule;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Schedule/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Schedule;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Schedule/SchedulingObject.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Schedule;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/SharedCalendar.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/SharingPlugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Subscriptions/ISubscription.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Subscriptions;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Subscriptions/Plugin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Subscriptions;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Subscriptions/Subscription.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Subscriptions;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Filter/CalendarData.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Filter;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Filter/CompFilter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Filter;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Filter/ParamFilter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Filter;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Filter/PropFilter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Filter;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Notification/Invite.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Notification;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Notification/InviteReply.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Notification;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Notification/NotificationInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Notification;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Notification/SystemStatus.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Notification;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Property/AllowedSharingModes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Property;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Property/EmailAddressSet.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Property;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Property/Invite.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Property;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Property;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Property;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Property/SupportedCalendarData.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Property;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Property/SupportedCollationSet.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Property;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Request;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Request/CalendarQueryReport.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Request;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Request;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Request/InviteReply.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Request;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Request/MkCalendar.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Request;

Expand Down
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Request/Share.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare (strict_types=1);

namespace Sabre\CalDAV\Xml\Request;

Expand Down
Loading

0 comments on commit 19f6055

Please sign in to comment.