Completed
Push — master ( 2a6630...1a6e67 )
by Tomáš
02:50
created
src/ZenifyCodingStandard/Helper/Whitespace/ClassMetrics.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 
57 57
 
58 58
 	/**
59
-	 * @return FALSE|int
59
+	 * @return integer
60 60
 	 */
61 61
 	public function getLastUseStatementPosition()
62 62
 	{
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
 
66 66
 
67 67
 	/**
68
-	 * @return FALSE|int
68
+	 * @return integer
69 69
 	 */
70 70
 	public function getLineDistanceBetweenNamespaceAndFirstUseStatement()
71 71
 	{
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 
86 86
 
87 87
 	/**
88
-	 * @return FALSE|int
88
+	 * @return integer
89 89
 	 */
90 90
 	public function getLineDistanceBetweenClassAndNamespace()
91 91
 	{
Please login to merge, or discard this patch.