Completed
Push — master ( 3cd0a8...94a3ce )
by Ariel
06:26
created

BookingDateslotStrategy::generateAppointment()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 21
Code Lines 17

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
dl 0
loc 21
rs 9.3142
c 1
b 0
f 0
cc 1
eloc 17
nc 1
nop 6
1
<?php
2
3
namespace Timegridio\Concierge\Booking\Strategies;
4
5
class BookingDateslotStrategy implements BookingStrategyInterface
6
{
7
}
8