Completed
Pull Request — 3.1 (#347)
by Łukasz
02:15
created
Behat/Context/DataContext.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -150,6 +150,7 @@
 block discarded – undo
150 150
 
151 151
     /**
152 152
      * @Then there should be :count :className present in the database
153
+     * @param integer $count
153 154
      */
154 155
     public function thereShouldExistsNumberOfEntities($count, string $className)
155 156
     {
Please login to merge, or discard this patch.
EventListener/LocaleMenuListener.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -78,6 +78,9 @@
 block discarded – undo
78 78
         $event->getMenu()->addChild($language);
79 79
     }
80 80
 
81
+    /**
82
+     * @param string $locale
83
+     */
81 84
     private function getLanguageName(?string $locale = null): ?string
82 85
     {
83 86
         if (null === $locale) {
Please login to merge, or discard this patch.