Completed
Push — master ( 987505...ce3c0b )
by Hamish
8s
created
src/SilverStripe/BehatExtension/Context/BasicContext.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -832,7 +832,7 @@  discard block
 block discarded – undo
832 832
      * - fieldset[data-name] table
833 833
      * - table caption
834 834
      *
835
-     * @return Behat\Mink\Element\NodeElement
835
+     * @return \Behat\Mink\Element\NodeElement|null
836 836
      */
837 837
     protected function getTable($selector)
838 838
     {
@@ -1063,6 +1063,7 @@  discard block
 block discarded – undo
1063 1063
 
1064 1064
     /**
1065 1065
      * We have to catch exceptions and log somehow else otherwise behat falls over
1066
+     * @param \WebDriver\Exception $e
1066 1067
      */
1067 1068
     protected function logException($e)
1068 1069
     {
Please login to merge, or discard this patch.
src/SilverStripe/BehatExtension/Context/FixtureContext.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -599,6 +599,10 @@
 block discarded – undo
599 599
         return $data;
600 600
     }
601 601
 
602
+    /**
603
+     * @param string $class
604
+     * @param string $identifier
605
+     */
602 606
     protected function prepareAsset($class, $identifier, $data = null)
603 607
     {
604 608
         if (!$data) {
Please login to merge, or discard this patch.
src/SilverStripe/BehatExtension/Context/SilverStripeContext.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
      * When using the "data-title" attribute, ensure not to include double quotes.
153 153
      *
154 154
      * @param String $region Region name or CSS selector
155
-     * @return MinkElement|null
155
+     * @return \Behat\Mink\Element\NodeElement
156 156
      */
157 157
     public function getRegionObj($region)
158 158
     {
Please login to merge, or discard this patch.