Completed
Push — develop ( ec34e2...da7534 )
by Stuart
02:17
created
src/Requirements/RequireNotEmpty.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -49,9 +49,9 @@
 block discarded – undo
49 49
 class RequireNotEmpty
50 50
 {
51 51
     /**
52
-    * throws exceptions if $item is empty
53
-    *
54
-    * this is a wrapper around our IsEmpty check
52
+     * throws exceptions if $item is empty
53
+     *
54
+     * this is a wrapper around our IsEmpty check
55 55
      *
56 56
      * @param  mixed $itemName
57 57
      *         human-readable name of $item
Please login to merge, or discard this patch.