Completed
Push — refresh ( f0c290...5262bf )
by Tomáš
09:20 queued 06:01
created
src/ZenifyCodingStandard/Sniffs/Commenting/ComponentFactoryCommentSniff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
 
115 115
 
116 116
 	/**
117
-	 * @return bool|int
117
+	 * @return integer
118 118
 	 */
119 119
 	private function getScopeCloser()
120 120
 	{
Please login to merge, or discard this patch.
tests/Sniffs/Namespaces/UseDeclaration/correct.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SomeNamespace;
4 4
 
5
-use Sth;
6
-
7 5
 class SomeClass
8 6
 {
9 7
 
Please login to merge, or discard this patch.