Completed
Pull Request — master (#4)
by Nick
05:39
created
src/Entity/Goal.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@
 block discarded – undo
237 237
      *
238 238
      * @param bool $global
239 239
      *
240
-     * @return \Acquia\LiftClient\Entity\Slot
240
+     * @return Goal
241 241
      */
242 242
     public function setGlobal($global)
243 243
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Acquia\LiftClient\Exception\LiftSdkException;
6 6
 use Acquia\LiftClient\Utility\Utility;
7
-use DateTime;
8 7
 use foo\bar\Exception;
9 8
 use Symfony\Component\Serializer\Serializer;
10 9
 use Symfony\Component\Serializer\Encoder\JsonEncoder;
Please login to merge, or discard this patch.
src/Entity/Slot.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
     /**
166 166
      * Gets the 'visibility' parameter.
167 167
      *
168
-     * @return string
168
+     * @return Visibility
169 169
      */
170 170
     public function getVisibility()
171 171
     {
Please login to merge, or discard this patch.
src/Manager/SlotManager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,6 @@
 block discarded – undo
74 74
      *
75 75
      * @see http://docs.decision-api.acquia.com/#slots__slotId__get
76 76
      *
77
-     * @param array $options
78 77
      *
79 78
      * @return \Acquia\LiftClient\DataObject\Slot
80 79
      *
Please login to merge, or discard this patch.